Skip to content

Commit

Permalink
ref #90656
Browse files Browse the repository at this point in the history
  • Loading branch information
UriyDevyataev committed Jun 20, 2023
1 parent 02fd082 commit 2380810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Views/Controller.swift
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ open class FastisController<Value: FastisValue>: UIViewController, JTACMonthView
public init(config: FastisConfig = .default) {
self.config = config
self.appearance = config.controller
self.dayFormatter.locale = Locale.current
self.dayFormatter.locale = config.calendar.locale
self.dayFormatter.dateFormat = "d"
super.init(nibName: nil, bundle: nil)
}
Expand Down

0 comments on commit 2380810

Please sign in to comment.