I'd like the parameters of Second(), Minute(), Hour(), Day() etc. to be optional. By default the functions would simply return the current date. Example:
Code: Select all
Debug Year(Date()) ; Returns 2011
Debug Year() ; Would also return 2011 and is a little easier to read