Date of entry into french? Possible?

Hello

I want to create a label that indicates the date:

{" < mx:Label text =" {}df.format (new Date ())}" / > "

" < mx:DateFormatter formatString ="EEEE DD MMMM YYYY - HH"id =""" df / >

Then it works fine. But how to put french? Possible? : s

Thank you very much!

Chandler

Took too long to respond...

As I said in the previous message, use copylocale.exe in the folder "Applications/Adobe Flex Builder 3/sdks/3.2.0/bin/" command line to create the directories en_US missing.

Tags: Flex

Similar Questions

  • Date of entry into french

    I have a date I want to display in a text control.

    I have no problem to display it in the use of English
    < mx:DateFormatter id = 'dateFormatter' formatString = "EEEE D MMMM YYYY" / >
    and
    < mx:Text text = "{dateFormatter.format (mydate)}" / > "

    I got: Wednesday, July 11, 2007

    But how can I do the same in french: Wednesday, July 11, 2007

    Thanks for help

    Etienne

    There is a DateBase class that contains the messages localized to date in Flex, you can set the values of the DateBase trainer, like this: (this example is in Spanish)

    Import mx.formatters.DateBase;

    public function setDateBase (): void {}
    DateBase.monthNamesLong = ['Dom', "Lun", "Mar", "First", "Game", "Vier", "Sab"];
    DateBase.monthNamesShort = ["Ene", "Feb", "Mar", "Apr", "may", "Jun", "Jul", "There is", "Sep", "Oct", "Nov", "Dic"];
    }

    By doing this, you can set whatever string you want and objects Date, appear in your case, you just need define the days, the months in french and made.

    More information about the values that you can set:
    http://livedocs.Adobe.com/Flex/2/langref/MX/formatters/DateBase.html

  • Need help get data with the most recent date of entry into

    Hey guys;

    I need help with fine tuning a query to get the one with the most recent implementation.

    Here's my current query:

    /**********************************************
    Select sge.seal_group_id,
    SGE.equipment_id,
    SGE.effective_date
    of seal_group_equipment EMS.
    seal_group sg
    where equipment_id = 48801
    AND EMS. SEAL_GROUP_ID = SG. SEAL_GROUP_ID
    and sge.end_date is null
    Group of sge.equipment_id, sge.seal_group_id, sge.effective_date
    After having sge.effective_date = max (sge.effective_date)

    ******************************************************/

    Which produces the following results:
    SEAL_GROUP_ID - EQUIPMENT_ID - EFFECTIVE_DATE
    25-48801 - 01/01/1993-00: 00:00
    11730-48801 - 22/08/2003 08:42:11


    What I really need, is to show only the line with the most recent date of entry into
    I hope someone can help
    Thank you

    MAX will not work because the SEAL_GROUP_ID could depart. I would say analytical:

    select seal_group_id,
    equipment_id,
    effective_date
    from (
    select sge.seal_group_id,
    sge.equipment_id,
    sge.effective_date,
    RANK() over (partition by equipment_id order by effective_date desc) r
    from seal_group_equipment sge,
    seal_group sg
    where equipment_id = 48801
    AND SGE.SEAL_GROUP_ID = SG.SEAL_GROUP_ID
    and sge.end_date is null)
    where r = 1;
    

    Keep in mind if two records have the same effective_date, they would both appear.

    Note: query above has not been tested, since there is no script provided.

  • Date of entry into procedure statement

    Hi all.


    a DVICE me please what is the error in this statement 'a' in this procedure. the procedure to obtain the name of the table and date from the user and execute it.
    I think that my error for the format of the date in a statement. So, please give me the correction if you can.



    CREATE OR REPLACE PROCEDURE sp (table_name in varchar2, date_begin to date DEFAULT null)
    is
    type bulk_collect is table of index varchar2 (1000) by PLS_INTEGER;
    v_bluk1 bulk_collect;
    v_bluk2 bulk_collect;
    a varchar2 (300);
    c varchar2 (30);

    Start
    c: = table_name;
    r: = ' select rowid, id of ' | c | ' where date_of_ins > = ' | to_date(date_begin,'''dd/mm/yyyy'''); 

    immediately run a bulk collect into v_bluk1, v_bluk2;
    b in v_bluk1.first... loop v_bluk1. Last
    dbms_output.put_line (v_bluk1 (b));
    end loop;

    end;
    /




    SQL > exec sp ('emp', to_date (' 1/2/2006 ',' dd/mm/yyyy'));
    START sp ('emp', to_date (' 1/2/2006 ',' dd/mm/yyyy')); END;

    *
    ERROR on line 1:
    ORA-00904: "FEB": invalid identifier
    ORA-06512: in the 'END. "SP", line 13
    ORA-06512: at line 1

    Published by: Isabelle Sep 8, 2012 11:23

    Change according to your need...

    bkd@Oracle>ed
    Wrote file afiedt.buf
    
      1  CREATE OR REPLACE PROCEDURE sp(table_name in varchar2,dt IN date)
      2  is
      3  type bulk_collect is table of varchar2(1000) index by PLS_INTEGER;
      4  v_bluk1 bulk_collect;
      5  v_bluk2 bulk_collect;
      6  a varchar2(1000);
      7  begin
      8  a:= 'select last_name from  '|| table_name ||' where hire_date <= :dt';
      9  dbms_output.put_line (a);
     10  execute immediate a bulk collect into v_bluk1  using dt;
     11  dbms_output.put_line (a);
     12  for b in 1..v_bluk1.count loop
     13  dbms_output.put_line (v_bluk1(b));
     14  end loop;
     15* end;
    bkd@Oracle>/
    
    Procedure created.
    
    bkd@Oracle>exec sp('employees',to_date('01/02/2012','dd/mm/yyyy'));
    select last_name from  employees where hire_date <= :dt
    select last_name from  employees where hire_date <= :dt
    OConnell
    Grant
    Whalen
    Hartstein
    Fay
    

    Concerning
    Biju

    Published by: biju2012 on Sep 9, 2012 12:47 AM

    Correction: Replace for b in v_bluk1.first... v_bluk1. Last loop b loop 1.v_bluk1.count

  • How to convert the Dates of entry into ReminderInfo in observed activity!

    Hello

    We read the Date and time of the reminder of the user via the form. We want to link this entry date and time with ReminderInfo data type to set

    Reminders in activity Task Assign.

    Please find the ppt for more information.

    Please help us in this regard.

    Thank you

    Praveen

    Drag a SetValue component and add assignments (see the screenshot to the assignment)

    Repeat the same thing for hours and minutes

    Nith

  • Date of entry into monthly intervals

    Hello

    How could I do a count by month but from a certain date.

    I want to count the number of decreases from. So count on Jan 14, then another month to Feb. 14, March 14 etc...

    Jan - 14Feb - 14Mar - 14Apr - 14-14 mayJun - 14Jul - 14Aug - 14Sep - 14
    5012030etc.

    example:

    SELECT COUNT (*), - the MONTH of

    TABLE

    Group by MONTH

    Hello

    Chloe_19 wrote:

    Hello

    How could I do a count by month but from a certain date.

    I want to count the number of decreases from. So count on Jan 14, then another month to Feb. 14, March 14 etc...

    Jan - 14 Feb - 14 Mar - 14 Apr - 14 -14 may Jun - 14 Jul - 14 Aug - 14 Sep - 14
    50 120 30 etc.

    example:

    SELECT COUNT (*), - the MONTH of

    TABLE

    Group by MONTH

    To map all the dates in a calendar month with a common value, use TRUNC (d, 'MONTH').

    However, grouping which will produce a separate line for each month, not a separate column as you asked.  For the different columns for different months, use SELECT... PIVOT, like this:

    WITH relevant_data AS

    (

    SELECT TRUNC (MONTHS_BETWEEN (hiredate, DATE ' 1981-01-01')) + 1 AS month_num

    FROM scott.emp

    )

    SELECT *.

    OF relevant_data

    PIVOT (COUNT (*)

    FOR month_num IN (1 AS jan_1981

    2 UNDER feb_1981

    --  ...

    12 AS dec_1981

    )

    )

    ;

    Fill in the other months should be easy.

    Output:

    JAN_1981 FEB_1981 DEC_1981

    ---------- ---------- ----------

    0          2          2

    For more info on swivel (including other ways besides SELECT... See the FAQ of the PIVOT forum): Re: 4. How can I convert rows to columns?

  • Cannot turn off the field from the date of entry into application workflow

    Hello

    We implement the workflow application in OIM11g.

    We use application templates to achieve this.

    We want to disable or remove the field from the effective date in the rationale page that appears when we raise a request. Did one of you has implemented or came across this scenario. Please update if you have an idea about that.

    Thank you

    The property system will remove the entire page of the process, including the justification box.

    -Kevin

  • DATE of entry into sql

    Hi all

    using the... 10 gr 2

    I have the following in a sql query
    LEAD(data_date, 1, DATE '9999-12-31')
                                                OVER (PARTITION BY route_id ORDER BY data_date)
                                                AS next_data_date
    I need replace the date format DD-MM-YYYY in the sql above... When I tried the to_date('12-31-9999','MM-DD-YYYY') it throws error


    Grateful for your help!

    Thanks in advance
    H

    It is a fixed format, and you should not have to change this part.
    "The date literal ANSI does not contain any portion of time and must be specified in exactly this format ("YYYY-MM-DD'). " You can also specify a date value Oracle... »
    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14200/sql_elements003.htm#sthref365

  • Date of entry into title of report output

    Hi all, I know that in BEEP you can insert the current date in the title of the report when a report is sent via FTP. Example my_file_%y%m%d.txt. In our database environment is always a day behind... so we need %d is essentially %d - 1. Does anyone have a creative solution to get around this?

    Thank you!

    If you use the break-up, you can decide on the name of the file.
    You use the burst, in that query, you can create your template file name.

  • Date of entry into text field

    Hello

    I'm the problem by entering the date in submitted text (this is the data type is date)

    After that date to conclude this textfield cursor does not move to the next textfield.

    If I make the data type of this field as a number and then the cursor moves to the next field

    What is the problem

    Thank you

    ~ AC

    Enter the date according to the format of the field mask.
    for example. If the format mask 'DD-MON-RR' is then enter data in 4 December 08 '

  • my iPhone is in English, I once turned into french and I turned it in English but my Apple music is always in french, I want it in English, and I don't know how he turned back in it.

    my iPhone is in English, I once turned into french and I turned it in English but my Apple music is always in french, I want it in English, and I don't know how he turned back in it.

    Hello louis1322,

    Thank you for reaching out to the communities of Apple. I definitely want to have my Apple music in correct language so I want to know what I'm listening. You want to first try to reboot your device and to force the closure of the music app. If those who do not resolve the problem, you can try a few resets. If you do not already have a backup, please make a backup of all your data in iTunes or iCloud.

    Next, we want to reset all settings.

    Reset all settings: tap Settings > general > reset > reset all settings. This resets all settings including the Wi - Fi networks and passwords, cell settings, VPN and the parameters that you used before APN, Touch ID and a password, any installation of cards in Apple pay and removes the restrictions. This removes all personal data, such as music or photos.

    If the problem is still not resolved, you can try to restore the backup that was made before you, French language change initially.

    Finally, you can erase content and settings on your device and put in place nine. Be aware, this option will be everything, including music and pictures, delete and configure the device as if it was brand new.

    Restart your iPhone, iPad or iPod touch

    How to back up your device using iCloud or iTunes

    Restore your device from an iCloud or iTunes backup

    Erase content and settings on your iPhone, iPad, iPod touch or Apple Watch

    See you soon!

  • The use of pins of status (4 outputs) and data (8 entries) of the parallel port pins at the same time.

    Hi all

    I'm a newbee in labview. As part of my project work, I need to get 8 digital inputs and send 4 digital outputs.so I think to use the Parallel Port on the pc.i can make use of 8 datalines for entries. I found the site NOR is it possible to use status for output pins. But is it possible to use status for output pins pins and data for entries to the time.please help even me also mention of the measures to take, or keep in mind while implementing.also include any example vi that could be useful.

    Thanks in advance

    I would recommed you to NOT use the parallel port. Now a day you have hardly a PC with parallel port. also if you have some old PC then most likely last version of LabVIEW (e.g. 2010) will need a lot more memory RAM and processor.

    If you want a solution very very low cost then I would recommend using an arduino to that effect. You can then download LabVIEW Interface for Arduino and start working.

    If you continue to use the parallel port, then you could try (I haven't worked with parallel port and have not tested the following solutions)

    Download VIPM and then install the enclosed package. It will add the port e/s palette in your labview. and you can use it.

  • Trying to get ending entry into force for the groups of lines

    Hello world

    I searched the forums, but I can't find a post that is a problem quite like that.

    I have some data that looks like this:
            ID_NUM     EFFECTIVE ALLOC_PERCENT   ACCT
    ---------- --------- -------------   ----
           101 01-JUL-11            21   A1
           101 01-JUL-11            72   A2
           101 01-JUL-11             7   A3
    
           101 01-JUL-12            20   B1
           101 01-JUL-12            80   B2
    
           101 01-JAN-13            20   A1
           101 01-JAN-13            20   A2
           101 01-JAN-13            50   A3
           101 01-JAN-13            10   B1
    
           101 01-JUN-13            50   A1
           101 01-JUN-13            50   A2
    (note: I inserted manually empty lines for clarity)

    Here's the logic: the lines represent an assignment of percentage on the account for the identification number specified for this entry into force. A new date to cancel the previous, and if any line in the conceptual group is replaced, so they are all.

    I'll try to find the date when the effective period of each group ended and which includes in the game so that I can calculate then the number of days in a given line has been effective; something like that;
      ID_NUM     EFFECTIVE END_DATE   ALLOC_PERCENT ACCT
    ---------- --------- ---------- ------------- ----
           101 01-JUL-11 01-JUL-12             21 A1
           101 01-JUL-11 01-JUL-12             72 A2
           101 01-JUL-11 01-JUL-12              7 A3
    
           101 01-JUL-12 01-JAN-13             20 B1
           101 01-JUL-12 01-JAN-13             80 B2
    
           101 01-JAN-13 01-JUN-13             20 A1
           101 01-JAN-13 01-JUN-13             20 A2
           101 01-JAN-13 01-JUN-13             50 A3
           101 01-JAN-13 01-JUN-13             10 B1
    
           101 01-JUN-13 <null>                50 A1
           101 01-JUN-13 <null>                50 A2
    The end_date of the group is the EFFECTIVE_DATE of the next group (ordered by ID_NUM, EFFECTIVE_DATE).

    End_date of two rows is zero because there is no group of lines with an effective date the later - in my process, I'll NVL which sysdate so that my calculations of days will be valid.

    I tried some analytical queries with LEAD, but I couldn't figure out how to get the next date of the efficient group. I could get the entry into force of the next row, but not the next group. I couldn't specify how many lead lines to look forward, because there is not a number of rows in each group.

    How to fill the end_date column?

    Here's the code to create the above.
    create table t
    (id_num number,
     effective_date date,
     alloc_percent number,
     acct_code varchar2(4)
     );
    
    insert into t (id_num,Effective_date,alloc_percent,acct_code) values(101,'01-jul-2011',21.0,'A1');
    insert into t (id_num,Effective_date,alloc_percent,acct_code) values(101,'01-jul-2011',72.0,'A2'); 
    insert into t (id_num,Effective_date,alloc_percent,acct_code) values(101,'01-jul-2011',7.0,'A3');
    insert into t (id_num,Effective_date,alloc_percent,acct_code) values(101,'01-jul-2012',20.0,'B1');
    insert into t (id_num,Effective_date,alloc_percent,acct_code) values(101,'01-jul-2012',80.0,'B2');
    insert into t (id_num,Effective_date,alloc_percent,acct_code) values(101,'01-jan-2013',20.0,'A1');
    insert into t (id_num,Effective_date,alloc_percent,acct_code) values(101,'01-jan-2013',20.0,'A2');
    insert into t (id_num,Effective_date,alloc_percent,acct_code) values(101,'01-jan-2013',50.0,'A3');
    insert into t (id_num,Effective_date,alloc_percent,acct_code) values(101,'01-jan-2013',10.0,'B1');
    insert into t (id_num,Effective_date,alloc_percent,acct_code) values(101,'01-jun-2013',50.0,'A1');
    insert into t (id_num,Effective_date,alloc_percent,acct_code) values(101,'01-jun-2013',50.0,'A2');
    
    commit;
    
    select * from t;
    Oracle version information:
    Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    "CORE 11.2.0.3.0 Production."
    AMT for Solaris: 11.2.0.3.0 - Production Version
    NLSRTL Version 11.2.0.3.0 - Production


    Thank you very much

    Hello

    Here is one more way to do using lead work.

    WITH ds as (id_num, effective_Date, lead (effective_date) select on end_date (id_num order, effective_Date))

    t

    Id_num group, effective_date)

    Select t.*, ds.end_date

    DS, t

    where t.effective_Date = ds.effective_Date;

  • Extract data from Oracle into excel file

    Hello

    I have a requirement where in I need to extract data from Oracle into excel file and the worksheet excel name should be 'given '.
    for example. Excel 'AR Data_DDMMYY' file name and the name of the "Data" sheet excel

    I used the UTL_FILE API to extract the data delimited by tabs that you can open in excel, but it's not exactly an excel file as the name of the worksheet is the same as the name of the file.

    I tried to use utl_file.fcopy and frename.

    Is it possible to do it using PLSQL?

    Select * from version of v$.
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    "CORE     10.2.0.5.0     Production"
    TNS for HPUX: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    Example Code:
    declare
    cursor c is
    select * from scott.emp;
    v varchar2(100);
    f utl_file.file_type;
    
    file_name varchar2(100) := 'AR Data.xls';
    dir varchar2(50) := 'CESDIR191710';
    
    --select * from dba_directories
    
    begin
    
    
    f := utl_file.fopen(dir, file_name, 'W');
    
    v := 'EMPNO'||chr(9)||'ENAME'||chr(9)||'JOB'||chr(9)||'SAL'||chr(9)||'HIREDATE'||chr(9)||'DEPTNO';
    utl_file.put_line(f, v);
    
    for i in c
    loop
    
    v := i.empno||chr(9)||i.ename||chr(9)||i.job||chr(9)||i.sal||chr(9)||i.hiredate||chr(9)||i.deptno;
    utl_file.put_line(f, v);
    
    end loop;
    utl_file.fclose(f);
    
    --utl_file.frename(dir, file_name, dir, replace(file_name, '.xls', '_')||to_char(sysdate, 'MMDDYY')||'.xls', false);
    utl_file.fcopy(dir, file_name, dir, replace(file_name, '.xls', '_')||to_char(sysdate, 'MMDDYY')||'.xls');
    
    end;
    Thank you
    Imran

    Hello

    I tried to change the .xlsx to .xls and it gives a note at the opening of the file "the file you are trying to open, abc.xls, is in a different format that it is specified by the file extension. Check that the file is not corrupted and precedes from a trusted source before you open the file. Do you want to open it now? »

    When you rename the file does not solve your problem.
    Anton Scheffer package generates a file in format xlsx Office 2010. When rename you it with the .xls extension, then Office 2010 will give you the warning that the file format does not match the extension.

    but the requirement has to generate excel 2003 file.

    The xml_spreadsheet package writes a format that was introduced with Office 2003, but you must use .xml as extension in other Office 2010 will give you the same caveat.
    To write the real xls version (binary), you can use Apache POI. You will need to import Java classes in your db and write a PL/SQL wrapper. Or you can use one of the options above, writing the output to a windows server and then use Excel to open and save in the required format.

    You must decide whether it is easier to write the binary xls format or to convince the customer to accept other formats that can be opened with Excel.

    Concerning
    Marcus

  • Set the date value pick for a component of Date of entry.

    Hello

    Am using jdeveloper 11.1.1.6.0

    I slipped and fell to choose Date and Date component.

    When my user selects the vale of the ChooseDate component, it must be included in the component of Date of entry.

    Could someone help me pls?

    Kind regards
    Prasad K T,.

    Hello

    Take a look at the property of chooseId: http://docs.oracle.com/cd/E23943_01/apirefs.1111/e12419/tagdoc/af_inputDate.html

    Frank

Maybe you are looking for