I\'m launching an activity and would like to pass a Date(Time) value to it. I\'ve passed all my other parameters with i.putExtra(\"noteName\", \"Hello Wor
Date(Time)
i.putExtra(\"noteName\", \"Hello Wor
better convert into a long, use putExtra(String name, long value) and recreate then back in the new Activity.
long
putExtra(String name, long value)
Activity