Today date

Hi,
I need to pass today's date and time to RFC from webdynpro. how can i get today's date and time and i need the date in mm/dd/yyyy format. is there any standard format for time to pass to ECC system. Please help.
Thanks in advance.

Hi Jyothi,
Find below sample java code, you can use this in WDJ application:-
import java.text.SimpleDateFormat;
import java.util.Calendar;
@author www.javadb.com
public class Main {
    public void convertDateToString() {
//you can use below code:-
        Calendar calendar = Calendar.getInstance();//to get the date**
        SimpleDateFormat dateFormat = new SimpleDateFormat("dd/MM/yyyy");//to set the format**
        try {
            System.out.println("Today: " + dateFormat.format(calendar.getTime()));//to get the current date as per ur format**
        } catch (Exception e) {
            e.printStackTrace();
@param args the command line arguments
    public static void main(String[] args) {
        new Main().convertDateToString();
Hope this may help you.
Deepak!!!
Edited by: Deepak Arora on Jul 16, 2010 8:49 AM

Similar Messages

  • Default posting date as 'Today Date' while executing CAT5 to transfer hours

    Hi Experts,
    I want to schedule a job in background to execute CAT5 automatically but system should consider posting date as 'as on date'/ 'Current date' for transferring the all hours into project otherwise it throws an error 'Posting period is not open'.
    So please let me know, how can I configure the system so that it should consider posting date as 'Today Date' by default while executing CAT5 in both cases whether manually or automatically.
    Thanks in advance.
    With regards,
    Sandy
    Edited by: Sandyk on Nov 5, 2009 3:31 PM
    Edited by: Sandyk on Nov 5, 2009 3:33 PM

    Hi,
    Try to take a look the setting of the following transaction,
    IMG> FA> AR & AP> Business Transactions> Incoming Payments> Manual Incoming Payments> Define Tolerances
    See what has been set for payment term for Residual Items.
    Regards,

  • I just downloaded 950 photos on iPhoto and deleted them off my camera and now under last import there is only 4 photos and i can't find the others?? There is a whole bunch of blank events in the library with no photos in them all with todays date? Help!!

    I just downloaded 950 photos on iPhoto and deleted them off my camera and now under last import there is only 4 photos and i can't find the others?? There is a whole bunch of blank events in the library with no photos in them all with todays date? Help!!

    Yes - you need a min of 10 GB just to operate - with just 1 you certainly can lose photos and other critical things - you need to make space immediately - probably by moving your iPhoto library to a volume formatted Mac OS extended -
    Moving the iPhoto library is safe and simple - quit iPhoto and drag the iPhoto library intact as a single entity to the external drive - depress the option key and launch iPhoto using the "select library" option to point to the new location on the external drive - fully test it and then trash the old library on the internal drive (test one more time prior to emptying the trash)
    And be sure that the External drive is formatted Mac OS extended (journaled) (iPhoto does not work with drives with other formats) and that it is always available prior to launching iPhoto
    And backup soon and often - having your iPhoto library on an external drive is not a backup and if you are using Time Machine you need to check and be sure that TM is backing up your external drive
    LN

  • If possible can i show todays date on my mac book pro screen?

    if possible can i display todays date on my mac book pro's screen

    I use my Date&Time in the MenuBar to show day-of-the-week and time with AM/PM, and flashing time separator as a check against system hangs.
    If the Calendar application is showing in the Dock, it will display the number of today's date in its Icon. As far as I can tell, you do not need to have EVER run Calendar to have it automatically update its Icon from the default 17 to the current day-number.

  • How to calculate the days between last movement of material till today date

    Hello Experts,
    Could someone help me please?
    I have a key figure in the InfoCube 0IC_C03 witch contain the last date of movement of material.
    (it is a key figure created in format date and contain the max value).
    How can I to calculate the number of days between this date (last movement),  till today date (system date).
    I need to show:
    material........last movement.....days without movements.
    xxxxxxxxxxx.....dd/mm/yyyy..........9999
    Im trying to do this calculation in bex using variable formula but it doesn't work becouse current date (customer exit) brings sy-datum in format yyyymmdd and the kf-last-mov is in format number (I dont know what kind of number)
    Thanks in advance,
    Points are assured.
    Regards,
    Silvio Meurer.
    Message was edited by:
            Silvio Meurer

    Hi Parth,
    Here we are using the version 7.0 and SP 10, I'm afraid I could not understand you. I Can't find the function DATE_DIFF (Where is it?)
    I'm using the formula and it doesn't work. Coud you see the result is:
    last movement date     Today date        result
    02.04.2007                  20.070.625       19.337.856
    18.05.2007                  20.070.625       19.337.810
    the "today date" is from customer exit and the result is a strange number to me.
    Could you help me?

  • FM to count pricing data for document for todays date

    Hi
    I would like to find function module that will count pricing data for offer in CRM 5.0 and will store it in some internal table.
    it cannot change pricing data on document.
    I am writing module for comparing pricing data on document with these that pricing will give for todays date.
    Regards
    Radek

    not solved

  • Invoice date always use todays date

    Hello!
    Is there a user exit we can use to always set invoice date = today? In VF01 or VF04 is it also possible to set system to always use todays date?
    Regards

    Hi,
    This Data Requirement routine works fine with order to billing also.  Check in VTFA for the relevant item category which Data VBRK/VBRP routine is assigned.  If you have assigned any customer developed routine other than the standard one, try to incorporate the validation of Billing Date = System Date as like Standard Routine 11 = Billing = Today's Date.  This is the simplest way we had achieved for order related billing.
    Hope this helps.
    Thanks
    Krishna.

  • How can i get todays date as an yyyy-MM-dd format instead of Time stamp

    how can i get todays date as an yyyy-MM-dd format instead of Time stamp,i try to do it in the fallowing way
    <code>
    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd");
         java.util.Date d = new java.util.Date();
              String s = d+"";
    Calendar cal1 = Calendar.getInstance();
         try{
         cal1.setTime(sdf.parse(s));
    }catch(Exception e){}
    </code>
    but i could not able to get,it throws error as an java.text.ParseException: Unparseable date: "Thu Jan 24 11:43:32 EST 2002" ,pl suggest me any solution.any help would be appreciated.
    Regards.

    Does string s have to end with ""?
    Try doing sdf.format(d) instead.

  • How to get today date in mm/dd/yyyy

              How do i get today date in mm/dd/yyyy format ?
              Thanks
              Michael
              

    See java.text.DateFormat.
              Peace,
              Cameron Purdy
              Tangosol, Inc.
              http://www.tangosol.com
              +1.617.623.5782
              WebLogic Consulting Available
              "Michael" <[email protected]> wrote in message
              news:3af8033f$[email protected]..
              >
              > How do i get today date in mm/dd/yyyy format ?
              >
              > Thanks
              > Michael
              

  • Todays date plus a set number of days

    I know I'm just having a brain fart here, this has got to be
    easier than I'm making it.
    Essentially, I have a variable bit of text that I need to
    display todays date + 10 days.
    Getting todays date and formatting it are simple I know:
    var today_date:Date = new Date();
    // place date into US date format
    var date_str:String =
    (today_date.getMonth()+1)+"/"+(today_date.getDate()+"/"+today_date.getFullYear());
    // display current date
    trace(date_str);
    The problem lies in making todays date plus 10 days..... any
    ideas anyone?
    ~Chuck Moulton

    Do your date additions with the Date object then extract the
    data to do the formatting afterwards...
    var today:Date = new Date();
    trace(today); //today
    var addAWeek:Number =7; //days
    today.setDate(today.getDate()+addAWeek)
    trace(today); //its not today anymore its a week from today
    //extract the portions and format now

  • How to display today date using formcalc

    Hi all,
    how to display today date using formcalc, eg April 20, 2009?
    Thanskks

    Num2Date(Date(), "DD/MMM/YYYY", "de_GB")

  • PHP MySQL filter by todays date

    This one should be simple. I want to filter events from a
    database and not return any entries who's date (one of the fields)
    is before the current date (I do want it to show events that equal
    the current date). I'm sure theirs a simple answer for the MySQL
    code, but I'm not sure how and how to pull todays date from the
    server. Thanks from a novice...

    Justin from Indiana wrote:
    > This one should be simple. I want to filter events from
    a database and not
    > return any entries who's date (one of the fields) is
    before the current date (I
    > do want it to show events that equal the current date).
    SELECT column1, column2, column3
    FROM myTable
    WHERE theDate >= CURDATE()
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • ESS iview Bank details - Invalid "today" date

    Hi,
    we have a standard ESS scenario: Bank detail
    When the user either select "today" or "valid from" with today date, the system gives an error
    "Date must be in future"
    What is the problem?
    thx hs

    Hi Holger,
    Talking about another approach, i just came across a SAP Note --
    [SAP NOTE 965324|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=965324&nlang=EN&smpsrv=https%3a%2f%2fwebsmp102%2esap-ag%2ede]
    Also find in this note a link to another note 993344, which also deals with some Date related issue.
    Hope this throws some light on this.
    Regards,
    Shailesh Nagar
    Edited by: Shailesh Kumar Nagar on Jan 22, 2008 4:06 PM

  • Append Today Date to the Attachement Name using SQL reporting services

    I have a report on SQL reporting services, I have scheduled this report to be sent automatically by mail using Subscriptions but the client needs to append today date to the report name attached, currently the attachment is taking the report name as it is.
    EX: CollectExport.txt but what I need is to have CollectExport_21-07-2010.txt .
    Please advise.
    Thanks.

    As I understand it, the purpose of the program is to route a report file that contains the name of the report with the current date appended to the end. So, have you tried to use the ReportViewer control and extrude the report as a PDF stream (which you
    can name)?
    William Vaughn
    Mentor, Consultant, Trainer, MVP
    http://betav.com
    http://betav.com/blog/billva
    http://www.hitchhikerguides.net
    “Hitchhiker’s Guide to Visual Studio and SQL Server (7th Edition)”
    Please click the Mark as Answer button if a post solves your problem!

  • Code for the the previous Sat and Sat four weeks prior based on todays date

    Hi All...
    I am looking for a bit of code to work out the following  in a variable customer exit...)
    Based on system (todays) date calculate the actual calendar day for
    1. the last previous Saturday
    2. the Saturday 4 weeks prior to 1.
    i.e  todays date is for instance 12th September 2011 then results code needs to produce is
    1. 10/09/2011
    2. 13/08/2011
    Thanks in advance,
    Steve;)

    Hi Steve,
    You can follow the logic below:
    data:
    l_date like sy-datum, **TODAY
    l_date2 like sy-datum, **First Saturday
    l_date3 like sy-datum. **Saturday 4 weeks before
    data:
    l_daynr like HRVSCHED-DAYNR.
    *Get today's date
    l_date = sy-datum.
    *Gey today's day (Monday, Tuesday, etc.)
    CALL FUNCTION 'HRIQ_GET_DATE_DAYNAME'
    EXPORTING
    langu = 'EN'
    date = l_date
    IMPORTING
    daynr = l_daynr.
    CASE l_daynr.
    *If it is Monday
    WHEN 1.
    -Subtract 3 days for the first saturday
    CALL FUNCTION 'HR_SEN_CALE_DAYS_DATE'
    EXPORTING
    id_date = l_date
    id-operator = '-'
    is_duration = 3
    IMPORTING
    ed_date = l_date2.
    -Subtract 31 days for the saturday 4 weeks before
    CALL FUNCTION 'HR_SEN_CALE_DAYS_DATE'
    EXPORTING
    id_date = l_date
    id-operator = '-'
    is_duration = 32
    IMPORTING
    ed_date = l_date23.
    *If it is Tuesday
    WHEN 2.
    .... -> Like monday
    *If it is Wednesday
    WHEN 3.
    *If it is Thursday
    WHEN 4.
    *If it is Friday
    WHEN 5.
    *If it is Saturday
    WHEN 6.
    *If it is Sunday
    WHEN 7.
    ENDCASE.
    Regards,
    Dilek

  • Create recordset join, date = todays date

    hi,
    i have been trying to create a recordset on my page which joins my clients table to insurance table which is fine.
    however i need to be able to show on my page due date = today's date.
    so in my insurance table i have a duedate column with data type DATE
    i need my recordset query to return duedate=todays date and also show if passed due date?
    can anyone help me write this query?
    many thanks

    thanks bregent, the database was helped setup viaa posts on mysql forum and by my understanding of mysql of learning over past year or so.
    i have queried using just a simple join statement.
    thanks
    Date: Mon, 22 Mar 2010 19:36:01 -0600
    From: [email protected]
    To:
    Subject: Dreamweaver Application Development create recordset join, date = todays date
    >How can i do a  query of all duedates in all tables i
    >need to query? is it seperate  recordsets?
    To query against more than one table using standard SQL you could use a UNION query. MySQL also has functionality to query against multiple tables but I don't use MySQL. But I need to ask why you are storing these due dates in more than one table? Who designed this database?
    >also  need to display the ones due the week leading up to due date?
    >so 7 days  before currendate=duedate and also once it passes that i
    >need another  recordset that displays all the ones that have passed
    >currentdate=duedate.
    This is all just simple date math. Please use the reference I gave earlier for examples or search the web for MySQL date math.
    >

Maybe you are looking for