How do I correctly check the current date against a preset date in the future and based on that call this function EarlyPrice or the other function RegPrice?

Here is what I have:

Dim MyDate
Mydate = Date ' will return system date
If MyDate <= ' the rest is a clue to me!