Skip to content

Commit 002ddc7

Browse files
Merge pull request #378 from kobotoolbox/datetime_question_edit
Datetime question edit
2 parents ad63ec5 + 3993133 commit 002ddc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/date_time.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ Adding “Date”, “Time”, and “Date and Time” questions is simple:
3232
### Setting up in XLSForm
3333

3434
To add "Date", "Time", and "Date and Time" questions in the XLSForm, use the
35-
`date`, `time` and `dateTime` question types as shown in the example below:
35+
`date`, `time` and `datetime` question types as shown in the example below:
3636

3737
In XLSForm, you can set up the following:
3838

3939
| type | name | label |
4040
| :------- | :-------- | :-------------------------------------------- |
4141
| date | dob | On what date were you born? |
4242
| time | time | At what time do you you leave for work? |
43-
| dateTime | date_time | At what date and time did the training start? |
43+
| datetime | date_time | At what date and time did the training start? |
4444
| survey |
4545

4646
## Appearance of date and time question types in web forms and KoboCollect

source/question_types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ available to use in your XLSForm and formbuilder:
2121
| geoshape | <i class="k-icon k-icon-qt-area"></i> | Record a polygon of multiple GPS coordinates; the last point is the same as the first point. |
2222
| date | <i class="k-icon k-icon-qt-date"></i> | Date input. |
2323
| time | <i class="k-icon k-icon-qt-time"></i> | Time input. |
24-
| dateTime | <i class="k-icon k-icon-qt-date-time"></i> | Accepts a date and a time input. |
24+
| datetime | <i class="k-icon k-icon-qt-date-time"></i> | Accepts a date and a time input. |
2525
| image | <i class="k-icon k-icon-qt-photo"></i> | Take a picture or upload an image file. |
2626
| audio | <i class="k-icon k-icon-qt-audio"></i> | Take an audio recording or upload an audio file. |
2727
| background-audio | <i class="k-icon k-icon-background-rec"></i> | Audio is recorded in the background while filling the form. |

0 commit comments

Comments
 (0)