作者热门文章
- Java 双重比较
- java - 比较器与 Apache BeanComparator
- Objective-C 完成 block 导致额外的方法调用?
- database - RESTful URI 是否应该公开数据库主键?
我需要在当天来自 mysql 时显示下拉列表
我的问题是
select doj from user_detatils where user_id='2'
我使用 html_select_date 作为下拉选项
代码如下
{html_select_date start_year=1970 month_format="%b" field_order="dmy"
field_array="date" prefix="" day_id="dd" month_id="mm" year_id="yy"
year_empty="Year" month_empty="Month" day_empty="Day" }
如果表格返回将在下拉列表中选择的日期的 doj否则下拉没有选择任何值
最佳答案
跟进 how can change the numeric to month in words .
{html_select_date}解释时间参数。当然,它在解释 time=null
将导致“未选择日期”以及任何其他评估为假(false,0,“”,...)的任何其他内容将选择“当前日期”方面做得很差".
因此您的 PHP 应该检查数据库在 doj 中是否有有效日期,否则将该变量设置为 null
。
关于php - 如何从 mysql 中的日期加载 {html_select_date} 中的日期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11223435/
我需要在当天来自 mysql 时显示下拉列表 我的问题是 select doj from user_detatils where user_id='2' 我使用 html_select_date 作为
我是一名优秀的程序员,十分优秀!