Skip to Content
0
Former Member
May 12, 2010 at 01:01 PM

UDF for last day of week/month

474 Views

Input is a Date(For example: 2010/03/12) in String format.

I need to extract the last day of that week and return it as a string output.

For example if input is 2010/03/12 and thatu2019s a Thursday my output should be 2010/03/14 i.e Saturdayu2019s date.

Similarly I need to extract last day of month too.

Thanks in advance

Soumen...