Skip to content

Commit 2380810

Browse files
committed
ref #90656
#25
1 parent 02fd082 commit 2380810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Views/Controller.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ open class FastisController<Value: FastisValue>: UIViewController, JTACMonthView
247247
public init(config: FastisConfig = .default) {
248248
self.config = config
249249
self.appearance = config.controller
250-
self.dayFormatter.locale = Locale.current
250+
self.dayFormatter.locale = config.calendar.locale
251251
self.dayFormatter.dateFormat = "d"
252252
super.init(nibName: nil, bundle: nil)
253253
}

0 commit comments

Comments
 (0)