Hi, <@498057949541826571>, i want to use Date format to store it in user metadata, but there is no D...
i
Hi, @rp_st, i want to use Date format to store it in user metadata, but there is no Date type in JsonObject interface. So can you add Date type to this or how i can modify this to do what i want?
r
Hey! Date type is not a json primitive. So you can store it as time in milliseconds and then convert that to date time when you read it.
i
OK