1
2
3
export function currentDate() {
return new Date();
}