You need to sign in to do that
Don't have an account?

Retrieve Day from Date Field...????
Hi:
Is there a way to find out the day off from a given date?
I have a Date Field called X, If X were to equal 10/01/09 which was Thursday. So like I would like for it to tell me what day is it?
I need to write some conditions in my class and I do not know how to get the day from the date.
Thanks
MMA
http://community.salesforce.com/sforce/board/message?message.uid=116533#U116533
Hi Thank you for the reply.. but I saw that and that goes off system.now() I need it go off a date field that I created to figure out the day of that date?
Is there a way to do that?
Thanks
MMA
First convert your date field to datetime format
http://community.salesforce.com/sforce/board/message?message.uid=108959#U108959
, then format