So I have an input date that is always in European Date format DD/MM/YYYY

I need a Function compare this date with Todays date.

The Function can be run on a PC that might be using US Date format MM/DD/YYYY or European DD/MM/YYYY

Not sure how I ensure that correct Formats used to compare so things like 04/04/2013 dont get confused.

Thanks Mark