Flowdock
valid_jd?(jd, sg=ITALY) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/date.rb, line 731
  def self.valid_jd? (jd, sg=ITALY)
    !!_valid_jd?(jd, sg)
  end
Register or log in to add new notes.