How to Validate Timestamp in Clojure

2018-04-13 Thread bj
How to validate timestamp in clojure?? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To

validation Boolean (Yes/No) in clojure

2018-03-31 Thread bj
How to write and validation Boolean (Yes/No) in clojure -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your

Best way to unit test

2018-03-28 Thread bj
What is the best way to write unit test case for following situation? [date-for-validation] (if (>= (Integer/parseInt current-date) (Integer/parseInt date-for-validation)) true false)) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this