带间隔的下拉列表中的 Jquery 日期
我正在尝试使用 Jquery 以半个月的间隔在下拉列表中显示日期... 因此第一个值将是下个月的 1 号,然后第二个值将是下个月的 15 号,第三个值将是下个月的第一个值,依此类推...
如果今天的日期小于 15 号,那么第一个值将是 15 号当月的。
最好的或更干净的方法是什么......(想要在下拉列表中显示)
谢谢
I am trying to use Jquery to display dates in a dropdown with interval of half month...
so the first value would be the coming month's 1st, then second will be the coming month's 15th and third value would be next to next month's first and so on...
If today date is less than 15th then the first value would be the 15th of current month.
What will be the best or a cleaner way to do this... (want to display in the dropdown)
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像这样的东西会起作用:
Html 将是:
Something like this would work:
Html would be: