add a system default format option for JulianToDate

Secs2Date(DateTime,0) returns a string formatted following the system default. Why not have the same option for JulianToDate(julianDay, format)?

Hi Tony,

I suppose we could add code that finds the system's default in order to choose between JulianToDate(jv,0) and JulianToDate(jv,1).  As you can imagine, in order to maintain backward compatibility, the existing format values will not change so I will add this as a feature request for a new format constant.

 

A.G.

That would be good.

In detail, the string returned by Secs2Date(DateTime,0) on my system has periods rather than slashes, but the important thing is the day/month order.

Thanks!