${(986849583 878964016)?c} Apr 2026
This is a long integer (likely a 64-bit ID or timestamp) that needs to be rendered without human-centric formatting.
Used when assigning a backend value to a frontend variable: var entityId = ${(986849583 878964016)?c}; . ${(986849583 878964016)?c}
Ensures long IDs in a JSON object remain valid numbers without thousand-separators that would cause parsing errors. This is a long integer (likely a 64-bit
When building dynamic links where the ID must be a continuous string of digits. Advanced Tips Expressions - Apache FreeMarker Manual ${(986849583 878964016)?c}