We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280f6c3 commit 2a77733Copy full SHA for 2a77733
lib/std/date.zig
@@ -5,6 +5,9 @@ pub const epoch = @import("./date/epoch.zig");
5
///
6
/// Supports dates between years -32_768 and 32_768.
7
pub const Date = gregorian.Date(i16, epoch.posix);
8
+pub const Month = Date.Month;
9
+pub const Day = Date.Day;
10
+pub const Weekday = Date.Weekday;
11
12
test {
13
_ = gregorian;
0 commit comments