Quantcast
Viewing all articles
Browse latest Browse all 11829

date export from excel to xml always output like in yyyy-mm-dd formte

i am using xml schema give below to map excel cell which in date format like dd/mm/yyyy

<?xml version="1.0"?><xs:schemaxmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:simpleTypename="da"><xs:restrictionbase="xs:date"></xs:restriction></xs:simpleType><xs:elementname="dat"type="da"/></xs:schema>

but when we export data to xml the it will display output like

<?xml version="1.0" encoding="UTF-8" standalone="yes"?><dat>2015-12-30</dat>



Viewing all articles
Browse latest Browse all 11829

Trending Articles