Forum Discussion

shuhn1229's avatar
shuhn1229
Icon for Resolver I rankResolver I
2 years ago
Solved

Convert Date to String

Hi all,   Pretty basic question. I'm trying to filter out all files that do not contain today's date in the file name. For this I have:    Table.SelectRows(#"Renamed Columns1", each Text.Contains...
  • shuhn1229's avatar
    shuhn1229
    2 years ago

    Date.ToText(Date.From(DateTime.LocalNow()),[Format="ddMMMyyyy"])