on ‎2020 Apr 06 2:56 PM
Request clarification before answering.
Hi Mousa,
for your concatenation script you are probably using the rawValue of the date fields?
Instead use the formattedValue property.
Instead of this:
TextField1.rawValue = Date1.rawValue + " - " +Date2.rawValueUse:
TextField2.rawValue = Date1.formattedValue + " - " +Date2.formattedValueDocs:
Best regards
Pascal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.