0

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.

1 Answer 1

1

See Date methods.

Date.parse(someDate)

1
  • Really, I was so worried about convert before sending to apex that I forgot that. Thank you! Commented Jul 22, 2013 at 19:30

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.