You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnerrors.New("Please enter a valid date. Example: 2018-01-30.")
68
+
}
69
+
returnnil
70
+
},
59
71
},
60
72
{
61
73
Name: "enddate",
62
74
Prompt: &survey.Input{
63
-
Message: "Enter the event's end date [optional]:",
75
+
Message: "Enter the event's end date in the format of YYYY-MM-YY [optional]:",
64
76
Help: "For single-day events make the end date the same as the start date. You can only provide a date for your event if you have a signed contract with your venue.",
0 commit comments