Formats a date as y/M/d.
y/M/d
static String yMd([DateTime? datetime]) => DateFormat.format(datetime, 'y/M/d');