The user inputs a year in yyyy format and a month in mm format.
I need to convert the user's month and year input into a unix time stamp.
I was using GregorianToJd, using the value '2' for the day, to give me it in Jd, and then using JdToUnix to get a unix timestamp but maybe you know of a better way?
James