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
rp_st
09/08/2022, 3:29 PM
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.