Function fncDateString()fncDateString = Format(Now(),"dd-mm-yyyy")End FunctionUsing the Format function to well... format the date.