Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get long date from user supplied date
#3
Macro Macro3214
Code:
Copy      Help
str UserDate = "8-3-2022"
DateTime k.FromStr(UserDate)
str RetDate = k.ToStrFormat("{DD}")
out RetDate


Messages In This Thread
RE: Get long date from user supplied date - by Gintaras - 08-03-2022, 07:24 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)