Any date configuration command accepts the next elements:
%d - day as number ( with leading zero );
%j - day as number;
%D - abbreviated name of the day;
%l - full name of the day;
%m - month as number ( with leading zero );
%n - month as number;
%M - abbreviated name of the month;
%F - full name of the month;
%h - hours (12);
%H - hours (24);
%i - minutes;
-
%a - am or pm;
%A - AM or PM.