Is there a natural language parser for dates/times in ColdFusion?

后端 未结 3 1165
谎友^
谎友^ 2020-12-17 02:06

Is there a natural language parser for date/times in ColdFusion?

3条回答
  •  甜味超标
    2020-12-17 02:39

    Since you are probably using it in a form anyway checkout Datejs, a very nice javascript date library that can parse a lot of dates. It is very easy to incorporate with CF.

提交回复
热议问题