Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DateQuestion

import type { DateQuestion } from "https://googleapis.deno.dev/v1/forms:v1.ts";

A date question. Date questions default to just month + day.

interface DateQuestion {
includeTime?: boolean;
includeYear?: boolean;
}

§Properties

§
includeTime?: boolean
[src]

Whether to include the time as part of the question.

§
includeYear?: boolean
[src]

Whether to include the year as part of the question.