Formula to format a date?
Is there a function which formats a date in Numbers? (I have version 11.2 (7032.0.145).)
Something like
FORMAT(A1, "dd-mmm")
to take a date/time in cell A1 and display it using the format. A date/time today would return "08-Apr". I've seen that one can access the displayed date using
A1&""
but it's pretty clumsy to create a scratch cell just to set the format.