I have a visualforce that uses Remote Action to do requests and send a date as parameter. There is a field date on my visualforce page, it'is an input text, and I need to use it in Apex Code as a Date.
Is there any method in SfdcCore DateUtil that should I use? Or another method to do independently of user location.