Capitalization Of Month S’abonner
Hello,
I was wondering if anyone knows how to make a month to be in caps when using the "Clock" type.
One of my customers needs the date to show ddMMMYY but, when i do it shows the Month as Aug and not AUG. Any thoughts or help with this will be very much appreciated. I'm running Bartender Automation 10.1 SR4 Build 2961
4 commentaires
If you go into the Transforms tab of the field and open the VB Script option and type in
Value=UCase(value)
then hopefully that should sort it
Under the "Transforms" tab, select the "VB Scripting" properties button, and then paste in the below expression:
value = UCase(value)
Damn it Pete, you got in before me!! :)
Awesome It worked thank you Pete T. and Ian C.
Vous devez vous connecter pour laisser un commentaire.