Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

How to use month? (eg: Jan, feb) #37

Open
rameshpjpti opened this issue May 3, 2021 · 1 comment
Open

How to use month? (eg: Jan, feb) #37

rameshpjpti opened this issue May 3, 2021 · 1 comment

Comments

@rameshpjpti
Copy link

Hello
How can I change month in Text (eg: Jan, Feb, Mar, .....).

@ZeeMughal892
Copy link

let weekArray = ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"]
let calendar = YYCalendar(normalCalendarLangType: .custom(weekArray),
date: "07/01/2019",
format: "MM/dd/yyyy") { [weak self] date in

self?.selectedDateLabel.text = date

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants