how to parse a "dd/mm/yyyy" formatted date string???

Thanks, Mike. the to_time did work for me :). However to_date still keeps throwing out the same error.

Just in case this is version specific, I'm using rails 1.1.6 and ruby 1.8.4.

~Titan