Convert unix time stamp

Can any tell me how to convert unix time stamp to the format dd/mm/yyyy/hr/min/sec.I am in emergency can any one help me.

Unix time is simply the number of seconds since midnight January 1, 1970.

Writing a conversion routine in Natural should be simple.

steve

Or, if your application has web access, you could use any of the gazillion converters on the web. simply google unix time stamp.

steve