Page 1 of 1

How do I auto add day of month suffixes 1st, 2nd, 3rd, 4th?

PostPosted: Thu Oct 06, 2016 12:35 pm
by DeadMan
How do I automatically get it to add the day of the month suffixes after %d? It's not adding them by itself.

Re: How do I auto add day of month suffixes 1st, 2nd, 3rd, 4th?

PostPosted: Thu Oct 06, 2016 7:11 pm
by therube
What setting are you using in 8:Auto Date ?

Re: How do I auto add day of month suffixes 1st, 2nd, 3rd, 4th?

PostPosted: Thu Jan 05, 2017 2:54 pm
by DeadMan
Suffix
Creation (Curr.)
Custom
(%B %dth %Y %H_%Mgmt)

The trouble is if you have a date like 2nd or 3rd it always shows 2th and 3th.

How can I get it to use the correct suffixes?

Re: How do I auto add day of month suffixes 1st, 2nd, 3rd, 4th?

PostPosted: Thu Jan 05, 2017 4:35 pm
by Emerkamp
How do I automatically get it to add the day of the month suffixes after %d? It's not adding them by itself.

Try:

%d %b %Y %H_

Days will be 01, 02, 03

Edit:
I misread. You want st, nd, th

I don't think you can. I think it uses the system date on your pc.

Re: How do I auto add day of month suffixes 1st, 2nd, 3rd, 4th?

PostPosted: Fri Jan 06, 2017 11:12 am
by Admin
It could be done with a Javascript Special (14)

How do I search and replace /

PostPosted: Sat Jan 07, 2017 12:25 am
by leoesch
How do I search and replace /