Skip to content

Added a new getDate() method with the subsecond parameter #158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 27, 2016

Conversation

nagix
Copy link
Collaborator

@nagix nagix commented Mar 23, 2016

  • Added the following new method with the subsecond parameter
    • Directory.getDate(int tagType, String subsecond, TimeZone timeZone)
  • Added the following new methods to get composite values from multiple tags
    • ExifSubIFDDirectory.getDateOriginal()
    • ExifSubIFDDirectory.getDateOriginal(TimeZone timeZone)
    • ExifSubIFDDirectory.getDateDegitized()
    • ExifSubIFDDirectory.getDateDegitized(TimeZone timeZone)
  • Added a few date parsing tests

This resolves a part of #147.

Akihiko Kusanagi added 2 commits March 23, 2016 19:34
* Added the following new method with a subsecond parameter
  * Directory.getDate(int tagType, String subsecond, TimeZone timeZone)
* Added the following new methods to get composite values from multiple tags
  * ExifSubIFDDirectory.getDateOriginal()
  * ExifSubIFDDirectory.getDateOriginal(TimeZone timeZone)
  * ExifSubIFDDirectory.getDateDegitized()
  * ExifSubIFDDirectory.getDateDegitized(TimeZone timeZone)
* Added a few date parsing tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants