Files
Basalt2/node_modules/shiki/samples/kusto.sample
Robert Jelic 5c15cf28fa Test
2025-02-10 07:12:35 +01:00

8 lines
264 B
Plaintext

let dt = datetime(2017-01-29 09:00:05);
print
v1=format_datetime(dt,'yy-MM-dd [HH:mm:ss]'),
v2=format_datetime(dt, 'yyyy-M-dd [H:mm:ss]'),
v3=format_datetime(dt, 'yy-MM-dd [hh:mm:ss tt]')
// From https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/