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

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

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

3条回答
  •  春和景丽
    2020-12-17 02:13

    I believe parseDateTime() and lsParseDateTime() are the closest to what you're looking for, from the library of built-in ColdFusion functions.

    Check out Adobe's LiveDocs for other date/time functions.

    Remember that you can also leverage any Java date/time class as well. Pete Freitag has an interesting post with some example code.

提交回复
热议问题