react-native-device-date-format
v0.1.0
Published
React Native TurboModule for formatting dates with the device date format
Maintainers
Readme
react-native-device-date-format
React Native TurboModule for formatting calendar dates with the date format selected in the device settings.
Installation
npm install react-native-device-date-formatUsage
import { formatDate } from 'react-native-device-date-format';
const result = formatDate(2026, 7, 16);month uses normal calendar numbering: January is 1, December is 12.
License
MIT
