79290120

Date: 2024-12-18 06:07:06
Score: 0.5
Natty:
Report link

Try this render function for the mentioned date format.

render: function(data) {
    return new Date(data).toLocaleDateString('en-GB').replace(/\//g, '-');
}
Reasons:
  • Whitelisted phrase (-1): Try this
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: honeytrap