.EXAMPLE.....: 10 Find the difference in days between two dates .ALIAS.......: 10 .CATEGORY....: examples .CODE........: FDATE /Fdif /Imm-dd-ccyy /A%date1% /B%date2% /vdiff echo The difference is %diff% days.