Implement D_MD_ORDER (local extension) to get month/day order from locale
This commit is contained in:
parent
8957c348ee
commit
71a71d575f
@ -159,6 +159,9 @@ nl_langinfo(nl_item item) {
|
||||
}
|
||||
}
|
||||
break;
|
||||
case D_MD_ORDER: /* local extension */
|
||||
ret = (char *) __get_current_time_locale()->md_order;
|
||||
break;
|
||||
default:
|
||||
ret = "";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user