qface
qface copied to clipboard
Add support for date to the IDL language
The mechanism described at https://github.com/Pelagicore/qface/issues/83 could be used to enable the use of date type.
Either data can be added as
@date
string today
or
date today
Date would be always date-time. Or simple
string today
And the user needs to know this is an ISO date/time format.
As it looks like there is more benefits in keeping the type format compatible with JSON types.