mirror of
https://github.com/mue/mue.git
synced 2026-07-22 16:27:32 +02:00
fix: various fixes and date zero-padded feature
This commit is contained in:
@@ -109,6 +109,7 @@ export default class TimeSettings extends React.PureComponent {
|
||||
<option value='short'>{time.date.type.short}</option>
|
||||
</Dropdown>
|
||||
<br/>
|
||||
<Checkbox name='datezero' text={time.digital.zero} category='date' element='.date' />
|
||||
<Checkbox name='weeknumber' text={time.date.week_number} category='date' element='.date'/>
|
||||
{dateSettings}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user