currently ` var today = ken(new Date()) ` but ` var today = ken() ` throws an error! but that should be treated as the same as ` var today = ken(new Date()) `
currently
var today = ken(new Date())butvar today = ken()throws an error! but that should be treated as the same asvar today = ken(new Date())