I'm using the createdAt value in my website, however, by default graph.cool sets it to 2017-11-02T18:28:40.000Z is there anyway to format this (11-02-2017) prior to being used in the website?
m
mimica
11/02/2017, 7:10 PM
you could parse it using moment in your website
k
Keto
11/02/2017, 7:36 PM
Would you know how to do this using graphcool?
...otherwise it seems it has to be on the front-end
m
mimica
11/02/2017, 7:44 PM
it will be too much an hassle using a resolver i havent tried operationsAfter functions using the new framework. thats another path to take otherwise use the frontend