Azure Application Insights - 将 dd/MM/yyyy 格式的字符串解析为日期时间

Leo*_*rdo 3 azure-application-insights

问题非常直接:我如何将像"23/12/2017"(dd/MM/yyyy) 这样的字符串解析为日期时间?

Zak*_*iMa 5

假设您要询问有关 Application Insights Analytics 的信息,这应该可以解决问题:

todatetime("2015-12-24") == datetime(2015-12-24)

https://docs.loganalytics.io/docs/Language-Reference/Scalar-functions/todatetime()