Please explain what you expect to get, and what you actually get. --- A. Soroka The University of Virginia Library
> On Sep 25, 2016, at 8:53 AM, tina sani <[email protected]> wrote: > > I want to display the current Date and/or Time of the system, but it does > not give me the correct system date and time. > > Calendar cal = GregorianCalendar.getInstance(); > Literal value = model.createTypedLiteral(cal); > individual.addLiteral(date, value); //date is property name
