Setting the Calendar Property

S

Steve P

Hi everyone,

I need to set the calendar property to Hijri in order to get a consistent 10
character string. I want to first determine what the user's current calendar
property setting is, store the value in a variable of some sort, next set the
calendar to Hijri while the module runs, then set the calendar setting back
to its original setting by calling the variable.

How would I code such a beast?
 
Top