大家早上好;我正在尝试从mysql获取datetime字段值,下面是google app maker服务器脚本中的一句话:
calcRecord.fct_f_FechaRecepcion=results.getDate('dt_Alta');
但是在console.log中返回null,没有异常。我需要从mysql获取一些日期,我不知道怎么做。有什么能帮我的吗?谢谢
大家早上好;我正在尝试从mysql获取datetime字段值,下面是google app maker服务器脚本中的一句话:
calcRecord.fct_f_FechaRecepcion=results.getDate('dt_Alta');
但是在console.log中返回null,没有异常。我需要从mysql获取一些日期,我不知道怎么做。有什么能帮我的吗?谢谢
1条答案
按热度按时间pjngdqdw1#
在mysql中强制转换datetime字段之后,我遇到了一个可能的解决方案:
我的日期格式模式是2019-12-05 00:00:00。结果是:
“t”和“h”的索引是日期的格式。getstring(8)是dtu alta索引列。当做