T
ToChina
Hi, how can I convert a DateTime structure into the XML date type format?
i.e.
DateTime curDate = DateTime.Now;
????
into the string format:
yyyy-mm-dd
i.e.
DateTime curDate = DateTime.Now;
????
into the string format:
yyyy-mm-dd