DataTime 1 month

Datetimes don’t have a format. You format them when you output them.

If you have Parsed “26 of January of 2021” into a datetime, and have a second datetime to compare to, then you can use DateDiff to get the number of days, weeks, months etc between the two datetimes.

1 Like