function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
CNimmaCNimma 

Custom Field for week

Hi,

 

Can anyone help me to create a custom field for 'week'. For example (2013/02/10-2013/02/16) and I should be able to click on an arrow to go back and forth (previous week or next week on clicking the arrow).

 

Thanks a lot for your help.

 

CNimma

Jake GmerekJake Gmerek

I do not believe that you can do that in a formula field, you would need to implement something like this in a VF page with Apex behind it.