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
hogehogehogehoge 

Help me!!this question

The date type has a form like yyyy-mm-dd, but how can I create an item with only mm-dd information?
Sai PraveenSai Praveen (Salesforce Developers) 
HI,

I hope you cannot create in standard way . You need an additional  formula field and fill that with that information.

Let me know if you face any issues.

If this solution helps, Please mark it as best answer.

Thanks,
syed jabeenasyed jabeena
Hi,

Try this!
Use Validation,

NOT(REGEX(LEFT( DateField ,7) , "(0[1-9]|1[012])[/](0[1-9]|[12][0-9]|3[01])"))
Try this!



If this solution helps, Please mark it as best answer.

Thanks&Regards,
Syed Jabeena