]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/utils/Globals.java
new: go to a date from transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / utils / Globals.java
index e1ce8eea5430e287e122a7aecbf2be9f02a57c98..c6cc87a36a26c72ef6d2e451ad43271927041f50 100644 (file)
@@ -47,7 +47,7 @@ public final class Globals {
     public static String[] monthNames;
     public static String developerEmail = "dam+mole-crash@ktnx.net";
     private static Pattern reLedgerDate =
-            Pattern.compile("^(?:(\\d+)/)??(?:(\\d\\d?)/)?(\\d\\d?)$");
+            Pattern.compile("^(?:(?:(\\d+)/)??(\\d\\d?)/)?(\\d\\d?)$");
     public static void hideSoftKeyboard(Activity act) {
         // hide the keyboard
         View v = act.getCurrentFocus();