I have a form load function and In the form I have two date fields _Datefrom and _Dateto. I want to set these fields as the beginning and end date of the month. So for example if the current month is February, I want to set it as
_DateFrom = 2/1/2016
and
_Dateto = 2/29/2016