0 items
| # |
|---|
出生日期是如何生成的
出生日期是从当前日期起,在 18 到 80 岁的年龄范围内随机生成的。输出采用 ISO 8601 格式 (YYYY-MM-DD),兼容大多数数据库、API 和电子表格应用程序。
均匀分布确保了年龄的真实分散,而不是偏向于某个特定年份。
Frequently Asked Questions
生成的出生日期对应 18 到 80 岁之间的年龄。这涵盖了大多数应用程序中使用的典型成年人范围。
是的。所有计算均使用 JavaScript Date 对象,因此能正确处理闰年和月份长度。
Yes. The JavaScript Date object is used for all calculations, so leap years and month lengths are handled correctly.
Yes. Export to CSV or JSON. The output column is labelled "Date of Birth".
Yes. The Dataset Generator includes a date of birth field automatically. You can also combine exported CSVs from different generators.
Related Tools
所有生成的数据均为虚构,不适合作为真实的个人信息使用。