
Announcements
I have Form1 that has a DatePicker.
I have a need to extract the 'Day' as a number from the date chosen in the DatePicker.
I have a Label that has the following formula, which extracts the day but as text, I need the number - in this case '26', is this possible? - Text(DataCardValue12.SelectedDate, "dddd")