An open API service indexing awesome lists of open source software.

https://github.com/datainq/xml-date-time

Simple implementation of xml dateTime format for use with 'encoding/xml'.
https://github.com/datainq/xml-date-time

datetime go xml

Last synced: 7 months ago
JSON representation

Simple implementation of xml dateTime format for use with 'encoding/xml'.

Awesome Lists containing this project

README

          

# xmldatetime - xml compatible dateTime

Simple implementation of xml dateTime format for use with build-in `encoding/xml`.

It conforms the XML spec: https://www.w3.org/TR/xmlschema-2/#dateTime

Install:

```
go get github.com/datainq/xml-date-time
```