Jump to content

JSON calendar data uses integer notation on 18+ digits. Can this be changed?


This topic is 2150 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hello,

I would like to use UUIDdecimal CF for the taskID rather than an auto-enter Serial Number. However I get Integer Notation like this:

2.25640703445567e+37, rather than a number like this:

22564070344556677882256407034455667788.

I have toyed with other implementations of FullCalendar and have gotten it to work, but the related libraries were different versions and I can't recall how I solved the same problem then.

How can I solve this?

Example

{

"allDay" : false,

"color" : "#FF0000",

"end" : "2018-05-30T23:00:00**TIMEZONE**",

"id" : 9,

"start" : "2018-05-30T21:00:00**TIMEZONE**",

"title" : "New Task"

},

{

"allDay" : false,

"color" : "#E69138",

"end" : "2018-06-01T23:30:00**TIMEZONE**",

"id" : 2.25640703445567e+37,

"start" : "2018-06-01T22:30:00**TIMEZONE**",

"title" : "Old Task"

}

Edited by kigmaker
Title modified.
Link to comment
Share on other sites

This topic is 2150 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.