我只是个初学者! 我需要一个html数字输入,将当月的当天作为最小值和当月的当天数作为最大值。 p>
在PHP中,我声明 $ today = date('Ymd,time()); code>来阅读今天的日期,我不知道如何申报
<输入类型=“数字”min =“”max =“”/> code>中的月份值作为最小数量? p>
div>
I'm just a beginner !! I need a html number input, with today's day of the month as the minimum value and number of day's of the current month as the maximum value.
In PHP I declare $today = date ('Y-m-d,time());
to read the date today and i don't know how to declare the value of the day of the month in <Input type="number" min="" max="" />
as a minimum number?
我只是个初学者! 我需要一个html数字输入,将当月的当天作为最小值和当月的当天数作为最大值。 p>
在PHP中,我声明 $ today = date('Ymd,time()); code>来阅读今天的日期,我不知道如何申报
&lt;输入类型=“数字”min =“”max =“”/&gt; code>中的月份值作为最小数量? p>
div>