Read out current date on mobile devices?

Hello there,
how can I read out the current date in a mobile Flex-App?

Getting the current date is as simple as creating a date object with no parameters, e.g.
                              var d:Date = new Date();
For formatting, check out the DateTimeFormatter class.
-- Tom

Similar Messages

  • How do I stop the fake "Adobe Reader out of date" hijack

    In IE I will get a fake "Adobe Reader out of date" screen from newupdate24.com. The screen looks official. I clicked on the update message and got loaded up with virus and malware.
    The IE phishing filter is enabled and has no effect.

    gwbcomm001 wrote:
    This is some kind of malware or phishing. I just had a "update to Adobe Reader professional" in Chrome.
    I'm sure you're probably correct about that but, it's not a Reader or Adobe issue. You'll want to start searching around for a forum or support site that has folks that deal with this sort of thing. Good luck.

  • User sees no Mail or other data on mobile device

    I recently added a new user to our Mobility server. The initial user synch
    took a lot longer than normal, considering the size of the user mailbox.
    On setting up the user's mobile device (android 4.1.2) the device links and
    synchronizes to the account, but no mail's contacts, calendar items get
    synchronised to the device. The folders are present (only a cabinet with no
    subfolders though) but they are all empty
    The mobility log seem so be linking to the user account, but there are many
    messages like...
    2013-06-05 17:05:30.759 INFO [BackgroundWorkMonitor_Thread]
    [backgroundWorkMonitor:575] [userID:cn=RogerN,ou=USERS,o=ISANDO] [eventID:]
    [objectID:] [Monitor] User requesting more data for their device:
    cn=RogerN,ou=USERS,o=ISANDO
    The user has no mailbox size restrictions
    In addition, on the device settings / Device folders of the user account
    there is only a /Cabinet folder, without any of the subordinate folders
    listed.
    In the connector monitoring information screen all pending and synced items
    are 0
    I have tried removing and re-adding the user to no avail. Also it is not a
    device issue as adding the account to another device gives the same issue.
    We are on Version 1.2.5 Build 299
    Any help would be appreciated

    Additional Data for this issue.
    Tried adding another user and had the same issue, but some users can be
    added with no problem.
    Getting this sort of posting for each folder/entry in the GroupWise log;
    2013-06-06 07:45:21.868 INFO [CP WSGIServer Thread-3] [AppInterface:1214]
    [userID:] [eventID:] [objectID:] [] Received a new event from Groupwise.
    ItemId: 3B8E133A.ESP_DOM.ESP_PO.100.1617666.1.532.1|rogern
    2013-06-06 07:45:21.869 INFO [CP WSGIServer Thread-3] [AppInterface:1283]
    [userID:rogern] [eventID:] [objectID:] [] Sending event to SyncEngine.
    Event:
    <event xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <custom>
    <preEventMappingEventType>sync</preEventMappingEventType>
    </custom>
    <metadata>
    <objectID>3B8E133A.ESP_DOM.ESP_PO.100.1617666.1.53 2.1|rogern</objectID>
    <sourceName>rogern</sourceName>
    <sourceType>user</sourceType>
    <type>add</type>
    <folder>
    <id>3B8E133A.ESP_DOM.ESP_PO.100.1617666.1.532.1|ro gern</id>
    <parent>D.espdo.esppo.100.0.1.0.1|rogern</parent>
    </folder>
    <from-sync>true</from-sync>
    <destination>default.pipeline1.mobility</destination>
    <sendTime>2013-06-06T07:45:21.869286</sendTime>
    </metadata>
    <item xmlns:gwt="http://schemas.novell.com/2005/01/GroupWise/types"
    xsi:type="gwt:Folder" type="Folder">
    <gwt:name>warranty</gwt:name>
    <gwt:modified>2010-08-03T11:28:34Z</gwt:modified>
    <gwt:sequence>1</gwt:sequence>
    </item>
    </event>
    2013-06-06 07:45:21.871 WARNING [CP WSGIServer Thread-3] [engine:985]
    [userID:] [eventID:] [objectID:] [Engine] Source conversion status: DROPPED
    (default.pipeline1.groupwise -
    3B8E133A.ESP_DOM.ESP_PO.100.1617666.1.532.1|rogern )
    seems there is something in the user account that need fixing up
    Mark Behrens
    "Mark Behrens" wrote in message
    news:[email protected]...
    I recently added a new user to our Mobility server. The initial user synch
    took a lot longer than normal, considering the size of the user mailbox.
    On setting up the user's mobile device (android 4.1.2) the device links and
    synchronizes to the account, but no mail's contacts, calendar items get
    synchronised to the device. The folders are present (only a cabinet with no
    subfolders though) but they are all empty
    The mobility log seem so be linking to the user account, but there are many
    messages like...
    2013-06-05 17:05:30.759 INFO [BackgroundWorkMonitor_Thread]
    [backgroundWorkMonitor:575] [userID:cn=RogerN,ou=USERS,o=ISANDO] [eventID:]
    [objectID:] [Monitor] User requesting more data for their device:
    cn=RogerN,ou=USERS,o=ISANDO
    The user has no mailbox size restrictions
    In addition, on the device settings / Device folders of the user account
    there is only a /Cabinet folder, without any of the subordinate folders
    listed.
    In the connector monitoring information screen all pending and synced items
    are 0
    I have tried removing and re-adding the user to no avail. Also it is not a
    device issue as adding the account to another device gives the same issue.
    We are on Version 1.2.5 Build 299
    Any help would be appreciated

  • I downloaded the latest Adobe Reader but get the response:"Adobe reader out of date" Using Windows Vista and Opera browser

    Anyone have this prob?

    Screenshots attached to email replies will not make it back to the forum; you need to login to the forum and post it in your topic using the camera icon in the editor.
    Google Chrome is a problem:
    if you use Chrome's own PDF viewer, the results are unpredictable.
    if you use the Adobe Reader plugin with Chrome, it may reject (block) it if it is not the latest version.  Reader 11.0.08 is the latest version for Windows XP, but Chrome may insist on the current version 11.0.10.
    My suggestion; use a different browser!

  • Saving app data on mobile devices?

    Hey, I want to make a save file for the game I'm making for iOS and Android, but I'm not sure how to go about doing it.
    Should I make a text file? Where do I store it/read it from? Where does it go?
    Any help would be greatly appreciated.
    -Thanks in advance.

    The application storage directory is a good place for saved game files.
    The format is whatever you find easiest to use. Both text and XML work. You can also write a save game object to a byte array and save that to a file.
    Instead of reading and writing a file yourself, you could use a local shared object.

  • Websites read my macbook pro as a mobile device. How do I fix this?

    This has been going on for as long as I've had my Macbook Pro (May 2011)--AND since before I recently updated my operating system to Mavericks from Snow Leopard. It's getting really annoying. It used to be that just the MGM Resorts properties in Las Vegas read my laptop as a mobile device, but now other websites are starting to do so as well. How do I make these websites understand that I'm using a laptop and want to view their full websites, not the mobile version?

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you boot, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • How to transfer data from sap bw to mobile devices

    Hi sdn,
    can anyone provide documents regarding sap bw data in mobile devices like pda's etc. its urgent.
    [email protected]
    regards
    andrea

    Type https://service.sap.com/bi
    It will be asking for Userid and Password. Hope you will be having that.
    Left side You will see services and implementation click it.
    Under this you will find how to ....Guides
    Under this Guide List SAP BW3.0B/ BW3.1 Content
    You will get list of documents. You can find How to... use BEx Mobile Intelligence in that.
    Regs
    Gopi.

  • Apple Mobile Device Service has stopped working. Vista SP2, iTunes 10.5

    Hi there. I've been having an issue syncing my iPhone to iTunes. Here's a description of the problem:
    -With an up-to-date Apple Mobile Device Service, error windows constantly pop-up saying that it has stopped working. If I close the error window, another one pops up fifteen seconds later.
    -If I plug my iPhone into my computer, it is not recognized in iTunes, because Apple Mobile Device Service is not running.
    -This error does not occur on my desktop PC, so I have been able to sync my iPhone by loading all of my files onto a USB and transferring them onto it. However, I would much rather not.
    Here are the steps that I have taken:
    -Uninstalled and reinstalled iTunes 10.5 with firewall off
    -Individually uninstalled and reinstalled the Apple Mobile Device Service with firewall off
    -Stopped and Restarted the Apple Mobile Device Service in Administrative Tools -> Services
    -Extensively searched the internet for solutions
    -Replaced Apple Mobile Device Service for iTunes 10.5 with Apple Mobile Device Service for iTunes 10.1 (This worked PARTIALLY. The error windows have now stopped popping up altogether, but I cannot sync with iTunes because the Apple Mobile Device Service is out of date. It asks me to update it, I agree, and I get the Apple Mobile Device Service that spawns error windows and still does not allow me to sync my iPhone.)
    I am running Windows Vista SP2, and iTunes 10.5. My Internet Security suite is AVG Internet Security 2011. My iPhone is running iOS 5.0.0. Here is a full report of the error:
    Problem Event Name:    APPCRASH
    Application Name:    AppleMobileDeviceService.exe
    Application Version:    17.88.0.8
    Application Timestamp:    4e66ceff
    Fault Module Name:    kernel32.dll
    Fault Module Version:    6.0.6002.18449
    Fault Module Timestamp:    4da47967
    Exception Code:    c06d007e
    Exception Offset:    0003fc56
    OS Version:    6.0.6002.2.2.0.768.3
    Locale ID:    4105
    Additional Information 1:    599e
    Additional Information 2:    30e036b93244793a42096718411570bd
    Additional Information 3:    7229
    Additional Information 4:    80ac1a21efab121ee7fb685acd0c57bc
    Any ideas would be greatly appreciated. Thanks!

    Just a shot in the dark, but have you downloaded any program from Megaupload, like MegaKey?  If so then that is your problem. I had been having the exact same problem for the past 2 weeks. I couldn't figure out what it was and tried everything that you have.. Then was on a board and someone mentioned Megakey. Having tried everything else, I uninstalled the program and reinstalled the current ITunes and AMDS. My Ipad and Iphone connected with no problem.

  • Apple mobile device DRIVER does not load/ is not installed

    this is what my itunes diagonstic says concerning connectivity tests
    Microsoft Windows 7 x64 Ultimate Edition (Build 7100)
    Hewlett-Packard HP Pavilion dv2700 Notebook PC
    iTunes 8.1.1.10
    QuickTime 7.6
    FairPlay 1.3.6
    iPod Updater Library 8.1d19
    CD Driver 2.1.0.1
    CD Driver DLL 2.1.1.1
    *Apple Mobile Device 2.4.1.7*
    *Apple Mobile Device Driver not found.*
    Bonjour 1.0.6.2 (118.5)
    iTunes Serial Number 88107370E6DED672
    Current user is not an administrator.
    The current local date and time is 2009-05-16 00:21:13.
    iTunes is not running in safe mode.
    Video Display Information
    Intel Corporation, Mobile Intel(R) 965 Express Chipset Family (Microsoft Corporation - WDDM 1.1)
    Intel Corporation, Mobile Intel(R) 965 Express Chipset Family (Microsoft Corporation - WDDM 1.1)
    ** External Plug-ins Information **
    No external plug-ins installed.
    ** iPod/iPhone Connectivity Tests **
    iPodService 8.1.1.10 is currently running.
    iTunesHelper 8.1.1.10 is currently running.
    Apple Mobile Device service 2.12.36.0 is currently running.
    Universal Serial Bus Controllers:
    Intel(R) ICH8 Family USB Universal Host Controller - 2830. Device is working properly.
    Intel(R) ICH8 Family USB Universal Host Controller - 2831. Device is working properly.
    Intel(R) ICH8 Family USB Universal Host Controller - 2832. Device is working properly.
    Intel(R) ICH8 Family USB Universal Host Controller - 2834. Device is working properly.
    Intel(R) ICH8 Family USB Universal Host Controller - 2835. Device is working properly.
    Intel(R) ICH8 Family USB2 Enhanced Host Controller - 2836. Device is working properly.
    Intel(R) ICH8 Family USB2 Enhanced Host Controller - 283A. Device is working properly.
    FireWire (IEEE 1394) Host Controllers:
    Ricoh 1394 OHCI Compliant Host Controller. Device is working properly.
    Most Recent Device Not Currently Connected:
    Fifth Generation iPod (iPod with video) running firmware version 1.3
    Serial Number:
    i found it out that the apple mobile device is running yet there is no driver that is loading so that it can recognize my iphone
    any suggestions on how to get the computer automatically to search the driver in the system32/drivers folder?
    i already tried downloading the driver and copying into the folder and doing restart
    i've also tried to reinstalling itunes and i used winrar to extract the applemobiledevice support and repaired but it didn't do anything
    are there any other suggestions?

    Sorry, I should have qualified that: in the past I have given dump/debug/log details to people in the 'Windows' world to try to solve problems that I've thought have needed immense details to resolve but since owning a Mac I have discovered that if I am thinking at that level of detail then I have lost the real plot and my pulling back and looking at things simply again has been an eye-opener, hence my suggestion in response to your question to simply 'get a Mac'.
    Part of the 'issue' with Windows seems to be its varieties and variants (Windows 7 x64 Ultimate Edition (Build 7100), for example) and the range of various and variable hardware on which it can run, too often with random and non-deterministic results, not to mention the almost limitless and unnecessary combinations of user-configuration options and requirements!
    Seriously, get a Mac if you are into the Apple world, even on the periphery, if you want an easier life (in my experience).
    Good luck with your 'issue'.

  • Apple mobile device support 64 wont install

    Hello all,
    So I have been trying to update my itunes on my desktop which is a 64bit system, but when I am able to get itunes to update to 10.5, it will NOT read my iphone/ipad.  I have figured out that the apple mobile device support 64 isnt in the commonfiles/apple/ folder.  When I try to install the applemobiledevicesupport64.msi file that came with the 10.5 package, it stops at like 99% and "rolls back", and doesnt install.  I have deleted/uninstalled every single apple piece of software and old folders, reinstalled everything from scratch multiple times with multiple reboots, but i just cant get that file to work.  I was able to install it on my laptop no prob.  I was also able to reinstall the 10.4xx file again without issue.  Someone please help me out, this really is getting frustrating.
    Thanks.

    1. Go to Microsoft website to fix install and Unistall problems. Click "Run now" from Fix it to remove all iTunes &amp; related installer files:
    http://support.microsoft.com/mats/Program_Install_and_Uninstall
    Be aware that Windows Installer CleanUp Utility will not remove the actual program from your computer. However, it will remove the installation files so that you can start the installation, upgrade, or uninstall over.
    2. You should remove all instances of iTunes and the rest of the components listed below:
    it may be necessary to remove all traces of iTunes, QuickTime, and related software components from your computer before reinstalling iTunes.
    Use the Control Panel to uninstall iTunes and related software components in the following order:
    iTunes
    QuickTime  
    Apple Software Update  
    Apple Mobile Device Support  
    Bonjour  
    Apple Application Support (iTunes 9 or later)
    Follow the instructions from Apple article listed here: http://support.apple.com/kb/HT1923 to remove all components
    3. Reboot your computer. Next, download iTunes from here:http://www.apple.com/itunes/download/ and install from scratch

  • I cant get ECWID to work on my mobile devices, it only seems to use the desktop site rather that the Tablet or iPhone

    I cant get ECWID to work on my mobile devices, it only seems to use the desktop site rather that the Tablet or iPhone? Can anyone help me?

    Hi Jim,
    We’ll be glad to help you.
    Ecwid supports responsive layout, which means that the store pages can adapt to the visitor's screen width on the fly and keep the layout clean and nice. Your products and categories lists will be fit for any window's size, as Ecwid will calculate the most suitable number of products or categories in row automatically. In other words, Ecwid looks great on any mobile devices. You can check how your Ecwid store may look on smartphones and tablets, if you see your Starter Site (what it is).
    However, if you want Ecwid reveals itself in all its glory, you should embed your Ecwid store into website, which also support responsive layout, because if the site doesn’t adapt to size screen, Ecwid is not able to determine how it should be changed since it’s just a part of the site.
    We’ve checked your site and found that you used Adobe Muse for building your site. Using Adobe Muse, you can create alternate site layouts for web content to be displayed on desktop, smartphones, and tablets. Nonetheless, your site has a layout for desktops only, that’s why it looks the same on all devices. You can learn how to create those alternate layouts in Adobe Muse, by reading “Creating a Website for Mobile Devices” article.
    I hope this helps! But if there are any questions, don’t hesitate to reach us out on Ecwid forums.

  • I keep getting an error message when I plug my iPhone into my computer.  It says, "This iPhone cannot be used because the Apple Mobile Device has not been started." This has never happened before when I plugged it in - now the iPhone won't show up at all.

    Someone please help!  I do not know how to fix this.  It keeps saying my Mobile Device has not been started and I can't get my phone to show up in the iTunes window AT ALL. It will charge while plugged in, but it just won't come up in iTunes.

    Sorry, the error message should read, "...the Apple Mobile Device service has not been started."

  • How to get the current data and time of SCOM server via SCOM SDK (API) calls?

    Hi,
    I need to read the current date and time of SCOM server via SOM SDK.
    Is there a class in SDK that provides this info ?
    Thanks,
    satheesh

    To get time and date of Alerts of SCOM, You can use following command let "get-scomalert"
    Also, You can refer below links
    http://blog.tyang.org/2013/02/21/using-scom-2012-sdk-to-retrieve-resource-pools-information/
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical

  • Read Excel cell data automatically

    From the given examples, before reading an excel data, you have to specify the start cell and the end cell number. Is there a method to read out excel data just by giving the file name?
    David

    Well, then you can open Excel, open the first sheet in the collection and then iterate into the sheet and search for non-empty cells.
    You can use the source code for ExcelRpt_ReadDataToTableControl () function into excelreport.c code as a guideline to develop your own function: iterate on all cells in the sheet and try to load only those that do not return CAVT_EMPTY in CA_VariantGetType () function.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Interactive pdf and mobile devices

    Hello,
    Does Adobe plan to build an Adobe Reader application for mobile devices that allow to read "interactive pdf" ?
    Do we have information about the possibility to read perfectly "interactive pdf" on mobiles devices ?

    Hi,
    The request is a part of our product backlog but we cannot commit to its availability in the immediate future.
    Thanks,
    Adobe Reader Team

Maybe you are looking for