For example a value in a field might be
8/5/2010 11:18:22 AM
And I want to strip it down to
8/5/2010
It is a Date/Time field format
For example a value in a field might be
8/5/2010 11:18:22 AM
And I want to strip it down to
8/5/2010
It is a Date/Time field format
Time
is a decimal place so if you don't want time then update the field using:
round(number,NumDigitsAfterDecimal as long)
Round()
will advance the date for times after midday, eg Round(#3/28/2021 13:00#, 0)
returns 3/29/2021
–
Anemia © 2022 - 2024 — McMap. All rights reserved.