Questions tagged [date]
A value that indicates a particular day. Unlike Datetime values, Date values contain no information about time
713 questions
0 votes
1 answer
46 views
LWC Datatable showing timezone when modifying date field
I have a datatable with one column showing a date value. The value shown is directly retrieved from SF as a date, but when I click on it to modify it there's a time selector, which I don't want there. ...
0 votes
2 answers
66 views
LWC lightning-record-edit-form lightning-input-field of date with max/min validation
I have an LWC using a lightning-record-edit-form to create a new record, which has a DateTime field on it and also a Date field. The DateTime field needs to be restricted to Today or less, and the ...
0 votes
0 answers
112 views
Force Quip refresh for accurate TODAY formula
I have a quip spreadsheet that uses TODAY() formula. I want this value to auto-update even when I come back to the quip on a later date. Right now, the value seems to be stuck on the old date unless I ...
1 vote
1 answer
476 views
Problem Adding Date Formula in Salesforce Flow Builder Entry Condition
I’m creating a flow in Salesforce Flow Builder and I’ve encountered an issue when trying to set up the entry condition for sending email alerts. When configuring the entry condition, the Value field ...
0 votes
0 answers
26 views
LWC: Upload file changes the Date format automatically. How to convert back to another format? [duplicate]
I have an .xls file with the date column in the format DD/MM/YYYY like this: However, when I uploaded file by <lightning-input type="file [...]></lightning-input> tag, the format of ...
1 vote
0 answers
108 views
How to remove date format stamp at field level in salesforce date field [closed]
Good Morning! Hope all are doing great! There is a date field in our salesforce org we used and due to recent salesforce update date format stamp is displaying at every date field level. Can anyone ...
0 votes
1 answer
248 views
when i set null on lightning-input type="date" the variable is assigned as null but on date picker it still shows selected value
I have a requirement where i need to check two dates, basically if the Start Date is greater than End Date, i need to clear the current field that is being changed. For the first time it works fine, ...
0 votes
2 answers
203 views
Help with date formula
I am trying to create a date formula that will automatically roll over 365 days once the date has passed. I have a compliance report that is due annually on the anniversary date of the contract start ...