qface icon indicating copy to clipboard operation
qface copied to clipboard

Add support for date to the IDL language

Open jryannel opened this issue 6 years ago • 2 comments

jryannel avatar Oct 31 '18 10:10 jryannel

The mechanism described at https://github.com/Pelagicore/qface/issues/83 could be used to enable the use of date type.

jacky309 avatar Jan 10 '19 11:01 jacky309

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.

jryannel avatar Jan 17 '19 13:01 jryannel