Create rows of date fields, each with a past date, future date, weekday, month, and Unix timestamp. The set fits chart mockups, scheduling tests, and seeding time columns.
Formats
Past and future dates use ISO format like 2024-06-18, which sorts as text and imports into date columns cleanly. The Unix timestamp is seconds since 1970, suited to numeric fields and epoch math.
Independent values
Each column is rolled on its own, so the weekday and month in a row do not describe the same day as the dates beside them. Treat every field as a standalone sample, or open the full random data generator to combine dates with other data.