microsoft / Kusto-Query-Language

Kusto Query Language is a simple and productive language for querying Big Data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support MMM format element in format_datetime function

jcanizalez opened this issue · comments

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

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