{"id":517,"date":"2020-02-28T16:10:29","date_gmt":"2020-02-28T16:10:29","guid":{"rendered":"http:\/\/wiki2.plumserver.com\/knowledge-base\/private-sales-v-2-0-set-date-format-currency-format"},"modified":"2021-10-01T10:17:24","modified_gmt":"2021-10-01T14:17:24","slug":"private-sales-v-2-0-set-date-format-currency-format","status":"publish","type":"post","link":"https:\/\/plumrocket.com\/docs\/magento-1-private-sales-package\/v2\/configuration\/currency-format","title":{"rendered":"Private Sales v.2.0: Set date format \/ currency format"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"set-date-format\">Set date format<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In order to set the date format follow the instructions below.<\/p>\n\n\n\n<div class=\"wp-block-group pr-notice pr-notice-info\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p class=\"pr-notice-title wp-block-paragraph\">Step-by-Step action:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><strong>Click on the &#8220;System&#8221; tab in main menu&#8221;.<\/strong><\/li><li><strong>Select &#8220;Configuration&#8221;.<\/strong><\/li><\/ol>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" src=\"\/docs\/wp-content\/uploads\/2020\/05\/Change-time-zone1.png\" alt=\"Change-time-zone1\" width=\"920\" height=\"299\"><\/figure>\n\n\n\n<div class=\"wp-block-group pr-notice pr-notice-info\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p class=\"pr-notice-title wp-block-paragraph\">Detailed description:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><strong>Select &#8220;Catalog&#8221; in the left menu.<\/strong><\/li><li><strong>Select the tab &#8220;Date &amp; Time Custom Options&#8221;.<\/strong><\/li><li><strong>Option &#8220;Use JavaScript Calendar&#8221;:<\/strong> Select either &#8220;Yes&#8221; or &#8220;No&#8221;. If you select &#8220;Yes&#8221; JavaScript Calendar will be enabled instead of the ordinary drop-down date lists.<\/li><li><strong>Option &#8220;Date Fields Order&#8221;:<\/strong> allows you to choose the way date will be displayed in your magento membership site.<\/li><li><strong>Option &#8220;Time Format&#8221;:<\/strong> allows you to set the date format &#8211; either 12 or 24 hours.<\/li><li><strong>Option &#8220;Year Range&#8221;:<\/strong> allows you to indicate the number of years that will be available in your website calendar.<\/li><\/ol>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" src=\"\/docs\/wp-content\/uploads\/2020\/05\/Set-date-format.png\" alt=\"Set-date-format\" width=\"920\" height=\"392\"><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"set-currency-format\">Set currency format<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Here you will learn how to configure the currency format.<\/p>\n\n\n\n<div class=\"wp-block-group pr-notice pr-notice-info\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p class=\"pr-notice-title wp-block-paragraph\">Step-by-Step action:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><strong>Click on the &#8220;System&#8221; tab in main menu&#8221;.<\/strong><\/li><li><strong>Select &#8220;Configuration&#8221;.<\/strong><\/li><\/ol>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" src=\"\/docs\/wp-content\/uploads\/2020\/05\/Change-time-zone1.png\" alt=\"Change-time-zone1\" width=\"920\" height=\"299\"><\/figure>\n\n\n\n<div class=\"wp-block-group pr-notice pr-notice-info\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p class=\"pr-notice-title wp-block-paragraph\">Detailed description:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><strong>Select &#8220;Currency Setup&#8221; from the configuration menu of the &#8220;General&#8221; tab on the left.<\/strong><\/li><li><strong>Option &#8220;Custom Currency Setup&#8221;:<\/strong> requires you to select the pattern (mask) according to which currency will be displayed. Format tokens for self-generated number formats that you can use, are described below.<\/li><\/ol>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" src=\"\/docs\/wp-content\/uploads\/2020\/05\/Currency-format.png\" alt=\"Currency-format\" width=\"920\" height=\"531\"><\/figure>\n\n\n\n<div class=\"wp-block-group pr-notice pr-notice-warning\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p class=\"pr-notice-title wp-block-paragraph\">Important Information:<\/p>\n\n\n\n<table class=\"content_table\">\n            <tbody>\n            <tr>\n                <th align=\"left\"> Token\n                <\/th>\n                <th> Description\n                <\/th>\n                <th> Example format\n                <\/th>\n                <th> Generated output\n                <\/th>\n            <\/tr>\n            <tr>\n                <td> #0<\/td>\n                <td> Generates a number without precision and separation<\/td>\n                <td> #0<\/td>\n                <td> 1234567\n                <\/td>\n            <\/tr>\n            <tr>\n                <td> ,<\/td>\n                <td> Generates a separation with the length from separation to next separation or to 0\n                <\/td>\n                <td> #,##0<\/td>\n                <td> 1,234,567\n                <\/td>\n            <\/tr>\n            <tr>\n                <td> #,##,##0<\/td>\n                <td> Generates a standard separation of 3 and all following separations with 2<\/td>\n                <td> #,##,##0<\/td>\n                <td> 12,34,567\n                <\/td>\n            <\/tr>\n            <tr>\n                <td> .<\/td>\n                <td> Generates a precision<\/td>\n                <td> #0.#<\/td>\n                <td>1234567.1234\n                <\/td>\n            <\/tr>\n            <tr>\n                <td> 0<\/td>\n                <td> Generates a precision with a defined length<\/td>\n                <td> #0.00<\/td>\n                <td> 1234567.12\n                <\/td>\n            <\/tr>\n            <\/tbody>\n        <\/table>\n<\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">To edit money format, we used the function described here: <a rel=\"nofollow\" class=\"external text\" href=\"http:\/\/php.net\/manual\/en\/function.money-format.php\">Function &#8220;money_format&#8221;<\/a>.For more information about currency settings, read our <a rel=\"nofollow\" href=\"\/docs\/magento-1-special-settings\/v1\n\" title=\"Magento Special Settings Extension v1.x\"> Special Settings<\/a> module manual.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Set date format In order to set the date format follow the instructions below. Step-by-Step action: Click on the &#8220;System&#8221; tab in main menu&#8221;. Select &#8220;Configuration&#8221;. Detailed description: Select &#8220;Catalog&#8221; in the left menu. Select the tab &#8220;Date &amp; Time Custom Options&#8221;. Option &#8220;Use JavaScript Calendar&#8221;: Select either &#8220;Yes&#8221; or &#8220;No&#8221;. If you select &#8220;Yes&#8221; &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/plumrocket.com\/docs\/magento-1-private-sales-package\/v2\/configuration\/currency-format\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Private Sales v.2.0: Set date format \/ currency format&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[304],"tags":[],"class_list":["post-517","post","type-post","status-publish","format-standard","hentry","category-magento-1-private-sales-package-v2","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v17.2 (Yoast SEO v28.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Private Sales v.2.0: Set date format \/ currency format - Plumrocket Documentation<\/title>\n<meta name=\"description\" content=\"Set date format In order to set the date format follow the instructions below. Step-by-Step action: Click on the &quot;System&quot; tab in main menu&quot;.Select\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/plumrocket.com\/docs\/magento-1-private-sales-package\/v2\/configuration\/currency-format\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Private Sales v.2.0: Set date format \/ currency format\" \/>\n<meta property=\"og:description\" content=\"Set date format In order to set the date format follow the instructions below. Step-by-Step action: Click on the &quot;System&quot; tab in main menu&quot;.Select\" \/>\n<meta property=\"og:url\" content=\"https:\/\/plumrocket.com\/docs\/magento-1-private-sales-package\/v2\/configuration\/currency-format\" \/>\n<meta property=\"og:site_name\" content=\"Plumrocket Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2020-02-28T16:10:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-10-01T14:17:24+00:00\" \/>\n<meta name=\"author\" content=\"Plumrocket\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Plumrocket\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Private Sales v.2.0: Set date format \/ currency format - Plumrocket Documentation","description":"Set date format In order to set the date format follow the instructions below. Step-by-Step action: Click on the \"System\" tab in main menu\".Select","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:\/\/plumrocket.com\/docs\/magento-1-private-sales-package\/v2\/configuration\/currency-format","og_locale":"en_US","og_type":"article","og_title":"Private Sales v.2.0: Set date format \/ currency format","og_description":"Set date format In order to set the date format follow the instructions below. Step-by-Step action: Click on the \"System\" tab in main menu\".Select","og_url":"https:\/\/plumrocket.com\/docs\/magento-1-private-sales-package\/v2\/configuration\/currency-format","og_site_name":"Plumrocket Documentation","article_published_time":"2020-02-28T16:10:29+00:00","article_modified_time":"2021-10-01T14:17:24+00:00","author":"Plumrocket","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Plumrocket","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/plumrocket.com\/docs\/magento-1-private-sales-package\/v2\/configuration\/currency-format#article","isPartOf":{"@id":"https:\/\/plumrocket.com\/docs\/magento-1-private-sales-package\/v2\/configuration\/currency-format"},"author":{"name":"Plumrocket","@id":"https:\/\/plumrocket.com\/docs\/#\/schema\/person\/38b360639b934d6c984ee4f3ffce7d20"},"headline":"Private Sales v.2.0: Set date format \/ currency format","datePublished":"2020-02-28T16:10:29+00:00","dateModified":"2021-10-01T14:17:24+00:00","mainEntityOfPage":{"@id":"https:\/\/plumrocket.com\/docs\/magento-1-private-sales-package\/v2\/configuration\/currency-format"},"wordCount":272,"commentCount":0,"articleSection":["v2"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/plumrocket.com\/docs\/magento-1-private-sales-package\/v2\/configuration\/currency-format","url":"https:\/\/plumrocket.com\/docs\/magento-1-private-sales-package\/v2\/configuration\/currency-format","name":"Private Sales v.2.0: Set date format \/ currency format - Plumrocket Documentation","isPartOf":{"@id":"https:\/\/plumrocket.com\/docs\/#website"},"datePublished":"2020-02-28T16:10:29+00:00","dateModified":"2021-10-01T14:17:24+00:00","author":{"@id":"https:\/\/plumrocket.com\/docs\/#\/schema\/person\/38b360639b934d6c984ee4f3ffce7d20"},"description":"Set date format In order to set the date format follow the instructions below. Step-by-Step action: Click on the \"System\" tab in main menu\".Select","breadcrumb":{"@id":"https:\/\/plumrocket.com\/docs\/magento-1-private-sales-package\/v2\/configuration\/currency-format#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/plumrocket.com\/docs\/magento-1-private-sales-package\/v2\/configuration\/currency-format"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/plumrocket.com\/docs\/magento-1-private-sales-package\/v2\/configuration\/currency-format#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Docs","item":"https:\/\/plumrocket.com\/docs"},{"@type":"ListItem","position":2,"name":"Magento 1 Packages","item":"https:\/\/plumrocket.com\/docs\/magento-1-packages"},{"@type":"ListItem","position":3,"name":"Private Sales Script","item":"https:\/\/plumrocket.com\/docs\/magento-1-private-sales-package"},{"@type":"ListItem","position":4,"name":"v2","item":"https:\/\/plumrocket.com\/docs\/magento-1-private-sales-package\/v2"},{"@type":"ListItem","position":5,"name":"Set date format \/ currency format"}]},{"@type":"WebSite","@id":"https:\/\/plumrocket.com\/docs\/#website","url":"https:\/\/plumrocket.com\/docs\/","name":"Plumrocket Documentation","description":"Extensions docs, troubleshootings etc.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/plumrocket.com\/docs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/plumrocket.com\/docs\/#\/schema\/person\/38b360639b934d6c984ee4f3ffce7d20","name":"Plumrocket","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/85ed2f38dbe6a031f443b1949101e9b31bbd6985eae2cac6695629e7ad280aee?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/85ed2f38dbe6a031f443b1949101e9b31bbd6985eae2cac6695629e7ad280aee?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/85ed2f38dbe6a031f443b1949101e9b31bbd6985eae2cac6695629e7ad280aee?s=96&d=mm&r=g","caption":"Plumrocket"},"sameAs":["https:\/\/plumrocket.com\/docs"]}]}},"_links":{"self":[{"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/posts\/517","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/comments?post=517"}],"version-history":[{"count":1,"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/posts\/517\/revisions"}],"predecessor-version":[{"id":24800,"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/posts\/517\/revisions\/24800"}],"wp:attachment":[{"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/media?parent=517"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/categories?post=517"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/tags?post=517"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}