Skip to content

Commit

Permalink
revert date picker format
Browse files Browse the repository at this point in the history
  • Loading branch information
owais-vd committed Jul 13, 2022
1 parent 022ef7e commit 0f6e324
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,10 @@ private void initializeLibraries() {
// set up processor
FamilyLibrary.getInstance().setClientProcessorForJava(ChwClientProcessor.getInstance(getApplicationContext()));

// Set display date format for date pickers in native forms
Form form = new Form();
form.setDatePickerDisplayFormat("dd MMM yyyy");

NativeFormLibrary.getInstance().setClientFormDao(CoreLibrary.getInstance().context().getClientFormRepository());
}

Expand Down

0 comments on commit 0f6e324

Please sign in to comment.