自动选择出生日期元素
当用 html/PHP(任一)制作联系表单时,坐在那儿将所有日期、月份和年份输入到选择元素中是一件痛苦的事情。是否有 for 循环或任何可以加快此过程的东西,有什么可以避免每次都进行硬编码?
When making a contact form in html/PHP (either) its a pain to sit there and type out all days, months and years into the select element. Is there a for loop or anything that can speed this process up, anything to avoid hardcoding this everytime?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于天:
对于月:
对于年:
编辑:
并像这样使用它:
等等......;-)
for days:
for months:
for years:
EDIT:
And use it like that:
and so on ... ;-)
jQuery 驱动的日期选择器怎么样?
How about a jQuery driven date picker?