Skip to content

Expand on options for CLI for Date DT from and to formats #825

Description

@benkeen

Yuck. For the CLI usage of the Date Data Type you have to provide the fromData and toDate in numeric format: a seconds timestamp value. This should be improved to allow more human-readable formats, like MM/DD/YYYY. Perhaps even provide an option to provide your own descriptor of the format.

export type GenerationOptionsType = {
	fromDate: number;
	toDate: number;
	format: string;
};

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions