08-16-2016 09:41 AM - edited 08-16-2016 09:45 AM
Hi,
I want to make a code depending on the name of month/day (Aug.. Sep/Wed..Sat in English).
To my knowledge, the name comes from the internal system of user's Windows so seems to be very differetnt to the language of Windows.
I am considering some universal codes for the different language.
Can you tell me how to make the universal code to get and identify as English name all the time?
Is there some way to get the name as an integer or English name itself if possible?
labmaster.
08-16-2016 09:53 AM
"Seconds to Date/Time" will return a cluster containing the month number.
Is that waht you want?
Ben
08-16-2016 10:02 AM - edited 08-16-2016 10:03 AM
Building on what Ben said, use "month" and "day of week" outputs from Seconds To Date/Time as these numerics will be the same regardless of the language Windows is set to use.