Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: spring with mongodb

  1. #1
    Junior Member
    Join Date
    Jun 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post spring with mongodb

    Hi everyone,
    In my spring with mongodb project i want to fetch the data between two ISODate .How it is possible? please help me. The data in the mongodb is like following:

    collection name is mycollection and there is a field name creationTime like this:

    "creationTime" : { "logtime" : ISODate("2013-09-12T08:39:07.227Z"), "logtimeStr" : "12-09-2013 02:09:07", "day" : 12, "month" : 9, "year" : 2013, "hour" : 14, "min" : 9, "second" : 7 }

    and now i want to retrieve data from this collection on between two logtime by using spring.


    Please help


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: spring with mongodb

    Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for new members.

Similar Threads

  1. how to connect mongodb database to java
    By viral.bhat in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 23rd, 2014, 08:44 PM
  2. Spring
    By arjun in forum Web Frameworks
    Replies: 1
    Last Post: November 18th, 2013, 03:28 PM
  3. Spring Framework
    By Napsy in forum Web Frameworks
    Replies: 3
    Last Post: January 23rd, 2013, 07:04 AM
  4. spring mail
    By prashanth in forum Java Theory & Questions
    Replies: 1
    Last Post: January 10th, 2013, 02:38 AM
  5. Spring MVC
    By BALUBALU in forum Web Frameworks
    Replies: 3
    Last Post: October 10th, 2012, 08:54 AM

Tags for this Thread