| Author |
code to generate XML time string
|
|
|
| Is there a function or agrument I can pass to a funciton to generate a
XML time string.
note this is in UTC time
Ie
2002-10-10T17:00:00Z
| |
| Måns Rullgård 2007-10-25, 7:22 pm |
| Stu <beefstu350@hotmail.com> writes:
> Is there a function or agrument I can pass to a funciton to generate a
> XML time string.
I've no idea what an "XML time string" is, but maybe strftime() can be
used.
--
Måns Rullgård
mans@mansr.com
| |
| Logan Shaw 2007-10-26, 7:34 am |
| Stu wrote:
> Is there a function or agrument I can pass to a funciton to generate a
> XML time string.
>
> note this is in UTC time
>
> Ie
> 2002-10-10T17:00:00Z
That looks an awful lot like an ISO 8601 time string to me. Knowing what
the format is that you're looking for should help you find some code that
generates it.
- Logan
|
|
|
|