Skip to content

datetime

@tsed/schema

Usage

typescript
import { datetime } from "@tsed/schema";

See /packages/specs/schema/src/types/fn/date.ts.

Overview

ts
function datetime(): JsonSchema;

Description

Declare a new string model with format: datetime.

See JsonSchema to discover available methods.

Released under the MIT License.