Skip to Content
๐ŸŽฒ Welcome to RandBox - Powerful JavaScript Random Data Generation Library! Learn More
๐Ÿ“ฆ Some ExamplesTime and Datetime - Date and Time

time - Date and Time

Date and time related data generation:

  1. ampm.mdx - Generate AM or PM identifier
  2. date.mdx - Generate a random date, supports multiple formats and specified components
  3. hammertime.mdx - Generate a Unix timestamp with milliseconds
  4. hour.mdx - Generate a random hour (12-hour or 24-hour format)
  5. millisecond.mdx - Generate a random millisecond between 0-999
  6. minute.mdx - Generate a random minute between 0-59
  7. month.mdx - Generate a random month, supports raw object format
  8. second.mdx - Generate a random second between 0-59
  9. timestamp.mdx - Generate a standard Unix timestamp
  10. timezone.mdx - Generate a random timezone information object
  11. weekday.mdx - Generate a weekday, supports limiting to weekdays
  12. year.mdx - Generate a random year, supports range limits
Last updated on: