microsoft / Kusto-Query-Language

Kusto Query Language is a simple and productive language for querying Big Data.
Apache License 2.0
510 stars 97 forks source link

support MMM format element in format_datetime function #118

Closed jcanizalez closed 1 year ago

jcanizalez commented 1 year ago

In the format_datetime function, add support to use MMM format element to get the Month name

let dt = datetime(2017-01-29 09:00:05);
print 
v1=format_datetime(dt,'MMM')

should print

January

sloutsky commented 1 year ago

For feature addition, please use https://aka.ms/adx.uservoice (this repo is for KQL parsing library)