{"id":1968,"date":"2023-10-26T09:28:07","date_gmt":"2023-10-26T09:28:07","guid":{"rendered":"https:\/\/exceladvisor.org\/nl\/formaatdatumtijd\/"},"modified":"2023-12-06T05:46:08","modified_gmt":"2023-12-06T05:46:08","slug":"formaatdatumtijd","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/nl\/formaatdatumtijd\/","title":{"rendered":"Hoe gebruik ik de vba formatdatetime-functie?"},"content":{"rendered":"<div class=\"excel-voor-de-inhoud\" id=\"excel-2327800535\"><script type=\"text\/javascript\">\r\n\tatOptions = {\r\n\t\t'key' : 'c1158f160081d6540a8409e6925dab94',\r\n\t\t'format' : 'iframe',\r\n\t\t'height' : 250,\r\n\t\t'width' : 300,\r\n\t\t'params' : {}\r\n\t};\r\n<\/script>\r\n<script type=\"text\/javascript\" src=\"\/\/www.highperformanceformat.com\/c1158f160081d6540a8409e6925dab94\/invoke.js\"><\/script><\/div> <p>De VBA FORMATDATETIME-functie wordt vermeld in de categorie gegevenstypeconversie van VBA-functies. Wanneer u het in VBA-code gebruikt, <strong>retourneert het een string door er een datum- en tijdnotatie op toe te passen en retourneert het als een string<\/strong> . Simpel gezegd: wanneer u een uitdrukking toepast, kan deze er een gegevens- en tijdnotatie op toepassen.<\/p><h2 class=\"wp-block-heading\"> Syntaxis<\/h2><p> <strong>FormatDateTime(Expressie, [NamedFormat])<\/strong><\/p><h2 class=\"wp-block-heading\"> Argumenten<\/h2><ul><li> <strong>Expressie<\/strong> : de waarde die u als datum wilt opmaken.<\/li><li> <strong>[NamedFormat]<\/strong> : een vbDateTimeFormat-opsomming om de indeling op te geven die u op de expressie wilt toepassen.<ul><li> vbGeneral: volgens de algemene datuminstelling van het systeem.<\/li><li> vbLongDate: Volgens de lange datuminstellingen van het systeem.<\/li><li> vbLongTime: volgens de systeeminstellingen voor lange tijd.<\/li><li> vbShortDate: Volgens de korte datuminstellingen van het systeem.<\/li><li> vbShortTime: volgens de Short Time-instellingen van het systeem.<\/li><\/ul><\/li><\/ul><h2 class=\"wp-block-heading\"> Voorbeeld<\/h2><p> Om praktisch te begrijpen hoe u de VBA FORMATDATETIME-functie kunt gebruiken, moet u het onderstaande voorbeeld doorlopen waarin we er een vba-code mee hebben geschreven: <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img loading=\"lazy\" decoding=\"async\" title=\"voorbeeld-vba-formatdatetime-functie\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/exemple-vba-formatdatetime-fonction.png\" sizes=\"auto, \" srcset=\"\" alt=\"example-vba-formatdatetime-function\" width=\"837\" height=\"451\"><\/figure><\/div><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">Sub example_FORMATDATETIME() Range(\"B1\").Value = FormatDateTime(Range(\"A1\")) End Sub<\/code><\/pre><p> In de bovenstaande code hebben we FORMATDATETIME gebruikt om de waarde in cel A1 om te zetten in een geldige datum- en tijdwaarde (volgens VBA) en het resultaat geretourneerd in cel B1.<\/p><h2 class=\"wp-block-heading\"> Opmerkingen<\/h2><ul><li> Als de opgegeven waarde een andere waarde is dan een datum en tijd of een tekenreeks die niet als datum en tijd kan worden herkend, retourneert VBA runtimefout 13. <\/li><\/ul><div class=\"wp-block-group more-tutorials is-layout-flow\"><div class=\"wp-block-group__inner-container\"><h2 class=\"wp-block-heading\"> Meer tutorials <\/h2><div class=\"wp-block-columns is-layout-flex wp-container-264\"><div class=\"wp-block-column is-layout-flow\"><ul><li> <a href=\"https:\/\/exceladvisor.org\/nl\/cbyte\/\">Byte-VBA<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/voorkomen\/\">VBA CCUR<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/datum\/\">CDATE VBA<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/cdbl\/\">VBA CDBL<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/cdec\/\">VBA CDEC<\/a><\/li><\/ul><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"ub_ctt_via":"","footnotes":""},"class_list":["post-1968","page","type-page","status-publish","hentry"],"featured_image_src":null,"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u25b7 Hoe gebruik ik de VBA FORMATDATETIME-functie?<\/title>\n<meta name=\"description\" content=\"Leer hoe u de VBA FORMATDATETIME-functie gebruikt met syntaxis, argumenten en een voorbeeld met voorbeeldcode.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/exceladvisor.org\/nl\/formaatdatumtijd\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u25b7 Hoe gebruik ik de VBA FORMATDATETIME-functie?\" \/>\n<meta property=\"og:description\" content=\"Leer hoe u de VBA FORMATDATETIME-functie gebruikt met syntaxis, argumenten en een voorbeeld met voorbeeldcode.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/nl\/formaatdatumtijd\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-06T05:46:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/exemple-vba-formatdatetime-fonction.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuut\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/formaatdatumtijd\/\",\"url\":\"https:\/\/exceladvisor.org\/nl\/formaatdatumtijd\/\",\"name\":\"\u25b7 Hoe gebruik ik de VBA FORMATDATETIME-functie?\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/formaatdatumtijd\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/formaatdatumtijd\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/exemple-vba-formatdatetime-fonction.png\",\"datePublished\":\"2023-10-26T09:28:07+00:00\",\"dateModified\":\"2023-12-06T05:46:08+00:00\",\"description\":\"Leer hoe u de VBA FORMATDATETIME-functie gebruikt met syntaxis, argumenten en een voorbeeld met voorbeeldcode.\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/formaatdatumtijd\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/nl\/formaatdatumtijd\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/formaatdatumtijd\/#primaryimage\",\"url\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/exemple-vba-formatdatetime-fonction.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/exemple-vba-formatdatetime-fonction.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/formaatdatumtijd\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/exceladvisor.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hoe gebruik ik de vba formatdatetime-functie?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/#website\",\"url\":\"https:\/\/exceladvisor.org\/nl\/\",\"name\":\"Excel Advisor\",\"description\":\"Uw gids voor datadominantie\",\"publisher\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/exceladvisor.org\/nl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/#organization\",\"name\":\"Excel Advisor\",\"url\":\"https:\/\/exceladvisor.org\/nl\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png\",\"width\":105,\"height\":36,\"caption\":\"Excel Advisor\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u25b7 Hoe gebruik ik de VBA FORMATDATETIME-functie?","description":"Leer hoe u de VBA FORMATDATETIME-functie gebruikt met syntaxis, argumenten en een voorbeeld met voorbeeldcode.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/exceladvisor.org\/nl\/formaatdatumtijd\/","og_locale":"nl_NL","og_type":"article","og_title":"\u25b7 Hoe gebruik ik de VBA FORMATDATETIME-functie?","og_description":"Leer hoe u de VBA FORMATDATETIME-functie gebruikt met syntaxis, argumenten en een voorbeeld met voorbeeldcode.","og_url":"https:\/\/exceladvisor.org\/nl\/formaatdatumtijd\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-06T05:46:08+00:00","og_image":[{"url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/exemple-vba-formatdatetime-fonction.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Geschatte leestijd":"1 minuut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/exceladvisor.org\/nl\/formaatdatumtijd\/","url":"https:\/\/exceladvisor.org\/nl\/formaatdatumtijd\/","name":"\u25b7 Hoe gebruik ik de VBA FORMATDATETIME-functie?","isPartOf":{"@id":"https:\/\/exceladvisor.org\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/nl\/formaatdatumtijd\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/nl\/formaatdatumtijd\/#primaryimage"},"thumbnailUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/exemple-vba-formatdatetime-fonction.png","datePublished":"2023-10-26T09:28:07+00:00","dateModified":"2023-12-06T05:46:08+00:00","description":"Leer hoe u de VBA FORMATDATETIME-functie gebruikt met syntaxis, argumenten en een voorbeeld met voorbeeldcode.","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/nl\/formaatdatumtijd\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/nl\/formaatdatumtijd\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/exceladvisor.org\/nl\/formaatdatumtijd\/#primaryimage","url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/exemple-vba-formatdatetime-fonction.png","contentUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/exemple-vba-formatdatetime-fonction.png"},{"@type":"BreadcrumbList","@id":"https:\/\/exceladvisor.org\/nl\/formaatdatumtijd\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/exceladvisor.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Hoe gebruik ik de vba formatdatetime-functie?"}]},{"@type":"WebSite","@id":"https:\/\/exceladvisor.org\/nl\/#website","url":"https:\/\/exceladvisor.org\/nl\/","name":"Excel Advisor","description":"Uw gids voor datadominantie","publisher":{"@id":"https:\/\/exceladvisor.org\/nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/exceladvisor.org\/nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/exceladvisor.org\/nl\/#organization","name":"Excel Advisor","url":"https:\/\/exceladvisor.org\/nl\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/","url":"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png","contentUrl":"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png","width":105,"height":36,"caption":"Excel Advisor"},"image":{"@id":"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/"}}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1968","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/comments?post=1968"}],"version-history":[{"count":1,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1968\/revisions"}],"predecessor-version":[{"id":2472,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1968\/revisions\/2472"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/media?parent=1968"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}