markmulligansr
MIS
How do I get the end of next month's date and deal with end of year and February during leap years?
Is there a UNIX command that returns this or do I have to develop some sort of script logic using the date command.
The requirements I have are, given today's date, what is the end of next month's date in the format of MM/DD/CCYY where MM is next month, DD is the last day of next month and CCYY is the century and year of next month.
Thanks in advance.
Is there a UNIX command that returns this or do I have to develop some sort of script logic using the date command.
The requirements I have are, given today's date, what is the end of next month's date in the format of MM/DD/CCYY where MM is next month, DD is the last day of next month and CCYY is the century and year of next month.
Thanks in advance.