M
MichaelJohnson168
I am needing to extract the meridian (ex. AM or PM) from time.
Is there a way to do this? If so could someone please fill me in. Code
sample is below. I have managed to extract the hour and minute.
However I need to also extract the meridian. Thanks.
day_total_hours = Format((ShopOpensAt), "hh:nn")
hours = Hour(day_total_hours)
minutes = Minute(day_total_hours)
Is there a way to do this? If so could someone please fill me in. Code
sample is below. I have managed to extract the hour and minute.
However I need to also extract the meridian. Thanks.
day_total_hours = Format((ShopOpensAt), "hh:nn")
hours = Hour(day_total_hours)
minutes = Minute(day_total_hours)