wix / react-native-calendars

React Native Calendar Components 🗓️ 📆
MIT License
9.59k stars 2.96k forks source link

fix: XDate uses wrong format for formatting date in 12 h format in timeline EventBlock.js #2484

Open luckykenlin opened 5 months ago

luckykenlin commented 5 months ago

This PR addresses an issue with the 12-hour format display on the timeline event component. Previously, the component did not correctly format the time when using a 12-hour clock, which caused confusion for users relying on AM/PM distinctions.

Screenshots: image

XDate docs

luckykenlin commented 5 months ago

any one review this?