79628821

Date: 2025-05-19 13:19:43
Score: 1.5
Natty:
Report link
if(greaterOrEquals(int(formatDateTime(utcNow(),'MM')),4),
   concat('FY',formatDateTime(utcNow(),'yyyy'),'-',substring(string(add(int(formatDateTime(utcNow(),'yyyy')),1)),2,2)),
   concat('FY',string(sub(int(formatDateTime(utcNow(),'yyyy')),1)),'-',substring(formatDateTime(utcNow(),'yyyy'),2,2)))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Has no white space (0.5):
  • Low reputation (0.5):
Posted by: Sid