PT::Date is serializing in the form YYYY-MM-DDTHH:MM:SSZ (eg: 1990-02-12T13:05:39Z) to JSON
git-svn-id: svn://ttmath.org/publicrep/morm/trunk@1090 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -39,6 +39,11 @@
|
||||
namespace morm
|
||||
{
|
||||
|
||||
void FlatExpression::esc(const PT::Date & date, PT::TextStream & stream)
|
||||
{
|
||||
date.SerializeISO(stream);
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user