I want to select day only in date type question

can i select only day in date type

Do you want the day of week (eg "Mon", "Tue", "Wed", ...), or day num of week (1..7), or day of month (eg 1..31), or day or year (1..365), or... ?

Depending on your desire, you can probably use the ODK format-date() function to generate it.